diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-09-16 14:49:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-09-16 14:49:32 +0000 |
commit | c5c13c0be9673f12ba3c1a50610afbbb32dab94a (patch) | |
tree | 2b254aa9da5b2e6e3aae96ddcb8e98c633da9dbe /icu | |
parent | 43856e18c9f44bcf47f8e57a8abaae0e115f0fe8 (diff) |
CWS-TOOLING: integrate CWS cloph13
2009-09-01 #i104566# also use syslibroot/isysroot for external components
2009-08-28 #i104568# clean up duplicated definitions of OBJCXXFLAGS
2009-08-28 #i104567# add ccache-detection to configure (to skip to objcxx-flags)
2009-08-28 #i104566# use Mac OS X 10.4-SDK to ensure backwards compatibility
use MACOSX_DEPLOYMENT_TARGET and sysroot/syslibroot switches
ignore "-isysroot /Developer/..." arguments for OOo's cpp
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 71e2c911fc80..7503a4c18dbc 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -86,6 +86,7 @@ icu_LDFLAGS+=-Wl,-z,noexecstack .ENDIF icu_CFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CDEFS) +icu_LDFLAGS+=$(EXTRA_LINKFLAGS) icu_CXXFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CDEFS) BUILD_ACTION_SEP=; |