summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 14:00:06 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 14:00:06 +0000
commit03347d30703e07b870dcb5ba05fff6c5871de6fd (patch)
treeeeeb72a2e83487aa8f62213825619b1b0e37cf73 /icu
parentdb50004b429a8557b452ed68a979bb2596826ea9 (diff)
INTEGRATION: CWS obo19 (1.37.12); FILE MERGED
2007/11/26 14:40:13 obo 1.37.12.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 06a3a863cebf..138785091351 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.37 $
+# $Revision: 1.38 $
#
-# last change: $Author: hr $ $Date: 2007-07-31 13:04:47 $
+# last change: $Author: obo $ $Date: 2008-01-04 15:00:06 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -77,8 +77,8 @@ icu_LDFLAGS+=-L$(SYSBASE)$/usr$/lib
icu_LDFLAGS+=-Wl,-z,noexecstack
.ENDIF
-icu_CFLAGS+=-O $(ARCH_FLAGS)
-icu_CXXFLAGS+=-O $(ARCH_FLAGS)
+icu_CFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CFLAGS)
+icu_CXXFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CFLAGS)
# until someone introduces SOLARIS 64-bit builds
.IF "$(OS)"=="SOLARIS"