[Libreoffice-commits] .: idlc/source

Tor Lillqvist tml at kemper.freedesktop.org
Wed Jun 1 16:14:40 PDT 2011


 idlc/source/makefile.mk         |    1 +
 idlc/source/preproc/makefile.mk |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 1ea4395ea81efedc2ed3dc4f85ed46e0d32187e3
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Jun 2 02:06:04 2011 +0300

    Set TARGETPLATFORM=BUILD, idlc is for the build platform
    
    It doesn't build yet when cross-compiling, though. It needs REGLIB,
    SALLIB and SALHELPERLIB, and so far these get built only for the host
    platform when cross-compiling.
    
    Need to fix that. Can't have this ad-hoc mixing of build platform
    tools and host platform libs in the same OUTDIR any more. When
    cross-compiling we should do a full separation of binaries for build
    and host. Libraries like SALLIB are needed for both.

diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk
index 33a1c9d..9cdc546 100644
--- a/idlc/source/makefile.mk
+++ b/idlc/source/makefile.mk
@@ -30,6 +30,7 @@ PRJ=..
 PRJNAME=idlc
 TARGET=idlc
 TARGETTYPE=CUI
+TARGETPLATFORM=BUILD
 LIBTARGET=NO
 
 ENABLE_EXCEPTIONS=TRUE
diff --git a/idlc/source/preproc/makefile.mk b/idlc/source/preproc/makefile.mk
index e6aa457..8b0c723 100644
--- a/idlc/source/preproc/makefile.mk
+++ b/idlc/source/preproc/makefile.mk
@@ -30,6 +30,7 @@ PRJ=..$/..
 PRJNAME=idlc
 TARGET=idlcpp
 TARGETTYPE=CUI
+TARGETPLATFORM=BUILD
 
 # --- Settings -----------------------------------------------------
 


More information about the Libreoffice-commits mailing list