[Libreoffice-commits] .: odk/util

Tor Lillqvist tml at kemper.freedesktop.org
Mon Jun 20 16:20:51 PDT 2011


 odk/util/makefile.pmk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 3d6c21278d100ea4e89fd151da3c9e0121931822
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Jun 21 02:20:25 2011 +0300

    Pack binaries for the HOST ("target") platform when cross-compiling

diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index 6e9f201..2fd708a 100644
--- a/odk/util/makefile.pmk
+++ b/odk/util/makefile.pmk
@@ -58,7 +58,11 @@ DESTDIRGENCPPREF=$(DESTDIRDOCU)/cpp/ref
 DESTDIRJAVADOCU=$(DESTDIRDOCU)/java
 DESTDIRGENJAVAREF=$(DESTDIRDOCU)/java/ref
 
+.IF "$(CROSS_COMPILING)" == "YES"
+BINOUT=$(SOLARVERSION)/$(INPATH)/bin
+.ELSE
 BINOUT=$(SOLARBINDIR)
+.ENDIF
 INCOUT=$(SOLARINCDIR)
 IDLOUT=$(SOLARIDLDIR)
 XMLOUT=$(SOLARXMLDIR)


More information about the Libreoffice-commits mailing list