From c49db7c1765766842a363eb047eb3d9eda4695d2 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Wed, 27 Jul 2011 16:10:56 -0500 Subject: [PATCH] Added commented changes from Eric Norum to build with CLANG --- configure/os/CONFIG_SITE.Common.darwin-x86 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure/os/CONFIG_SITE.Common.darwin-x86 b/configure/os/CONFIG_SITE.Common.darwin-x86 index 9f9e7887b..cefe9bdde 100644 --- a/configure/os/CONFIG_SITE.Common.darwin-x86 +++ b/configure/os/CONFIG_SITE.Common.darwin-x86 @@ -13,3 +13,10 @@ ARCH_CLASS = i386 #ARCH_CLASS = x86_64 #ARCH_CLASS = i386 x86_64 + +# +# Uncomment the followings lines to build with CLANG instead of GCC. +# +#CC = clang +#CCC = clang++ +#GNU_LDLIBS_YES =