From 8c0cb63dfd203a9c89fdad5bf2835c4f6dfa3c01 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 May 2012 04:25:18 -0500 Subject: Change the way I choose a default compiler --- acprep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index c0846488..b4e0b979 100755 --- a/acprep +++ b/acprep @@ -1028,8 +1028,8 @@ class PrepareBuild(CommandLineApp): self.envvars['CXX'] = '/Users/johnw/bin/cxx' self.envvars['LD'] = '/Users/johnw/bin/cxx' - if not self.options.use_clang: - self.CXXFLAGS.append('--gcc47') + #if not self.options.use_clang: + # self.CXXFLAGS.append('--gcc47') if self.current_flavor == 'debug': self.configure_args.append('--disable-shared') -- cgit v1.2.3