From 45b461fcac15e0532aa52fe019542cedde23f083 Mon Sep 17 00:00:00 2001 From: paulbeach Date: Wed, 9 Sep 2009 13:12:50 +0000 Subject: [PATCH] Make the build process compatible with MacOSX 10.6 (Snow Leopard) and gcc 4.2.1 --- extern/icu/source/config/mh-darwin | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extern/icu/source/config/mh-darwin b/extern/icu/source/config/mh-darwin index 3e3571ba87..c3016e620e 100644 --- a/extern/icu/source/config/mh-darwin +++ b/extern/icu/source/config/mh-darwin @@ -10,8 +10,9 @@ SHAREDLIBCXXFLAGS = -dynamic SHAREDLIBCPPFLAGS = # Pad out the paths to the maximum possible length -LD_FLAGS += -headerpad_max_install_names -#LD_FLAGS += -headerpad_max_install_names -arch x86_64 +#LD_FLAGS += -headerpad_max_install_names -arch i386 +LD_FLAGS += -headerpad_max_install_names -arch x86_64 +#LD_FLAGS += -headerpad_max_install_names -arch ppc #LD_FLAGS += -headerpad_max_install_names -arch ppc64 # Set CFLAGS and CXXFLAGS for relevant MacOS architecture