From 7783f0044bebaf31d65c64f54a729ca43973fc7d Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Wed, 27 Jul 2011 16:08:02 -0500 Subject: [PATCH] Added commented changes from Eric Norum to build with CLANG --- configure/os/CONFIG_SITE.Common.darwin-x86 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure/os/CONFIG_SITE.Common.darwin-x86 b/configure/os/CONFIG_SITE.Common.darwin-x86 index 9f9e7887b..7aad1537e 100644 --- a/configure/os/CONFIG_SITE.Common.darwin-x86 +++ b/configure/os/CONFIG_SITE.Common.darwin-x86 @@ -13,3 +13,11 @@ 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 = +