diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-08-18 11:04:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-08-18 11:04:01 +0000 |
commit | 7d249fc5e7c1753c3380d96f4240d84bc6d1a022 (patch) | |
tree | 24b6837b77db77f2a42a9f3ddbd27c72aa9fc3bf /icu | |
parent | 8e20795eb6d845b1267f9962a1bbc8615f18dcf5 (diff) |
INTEGRATION: CWS mh19121 (1.24.8); FILE MERGED
2005/08/10 12:24:51 mh 1.24.8.1: #i51964#, Support for ARCH_FLAGS when compiling the module icu
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 08cf2655c8d6..666bb02d974f 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: hr $ $Date: 2005-08-05 12:52:18 $ +# last change: $Author: rt $ $Date: 2005-08-18 12:04:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,7 +93,7 @@ CXX:=$(COMPATH)$/bin$/CC CONFIGURE_DIR=source -CONFIGURE_ACTION=sh -c 'CFLAGS=-O CXXFLAGS=-O ./configure --enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no' +CONFIGURE_ACTION=sh -c 'CFLAGS="-O $(ARCH_FLAGS)" CXXFLAGS="-O $(ARCH_FLAGS)" ./configure --enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no' #CONFIGURE_FLAGS=--enable-layout --enable-static --enable-shared=yes --enable-64bit-libs=no CONFIGURE_FLAGS= |