summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-05-10 04:25:18 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-05-10 04:25:18 -0500
commit8c0cb63dfd203a9c89fdad5bf2835c4f6dfa3c01 (patch)
treee496e8043cc2ae13eb06202b581adf47d4fb69f7
parent6a18669aa0f623d7ae9fe867d739f3c9632fa22e (diff)
Change the way I choose a default compiler
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
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')