summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_snowleopard.GNU
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-11-13 01:54:36 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-11-13 01:54:36 +0000
commit712b03818ebf87f16c93892efe843554e206b6f3 (patch)
treeceb100a30c1bcfa5e0ee9f46b9a6e3e6101b83e3 /ACE/include/makeinclude/platform_macosx_snowleopard.GNU
parente407deeb0d9868353ac7609667609958a8cafabb (diff)
downloadATCD-712b03818ebf87f16c93892efe843554e206b6f3.tar.gz
Fri Nov 13 01:54:01 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx_snowleopard.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx_snowleopard.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_snowleopard.GNU b/ACE/include/makeinclude/platform_macosx_snowleopard.GNU
index dfa0db0f04c..63aa60240ca 100644
--- a/ACE/include/makeinclude/platform_macosx_snowleopard.GNU
+++ b/ACE/include/makeinclude/platform_macosx_snowleopard.GNU
@@ -8,6 +8,10 @@ ifeq ($(buildbits),64)
FLAGS_C_CC += -m64
LDFLAGS += -m64
endif
+ifeq ($(buildbits),universal)
+ FLAGS_C_CC += -arch i386 -arch x86_64
+ LDFLAGS += -arch i386 -arch x86_64
+endif
include $(ACE_ROOT)/include/makeinclude/platform_macosx_common.GNU