From 7d249fc5e7c1753c3380d96f4240d84bc6d1a022 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 18 Aug 2005 11:04:01 +0000 Subject: 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 --- icu/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'icu') 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= -- cgit