aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 09:14:25 +0000
committerMike McQuaid2014-01-04 09:14:25 +0000
commita4f61ecc8903c977c421bf8c5a69e7dc8f33e0a1 (patch)
treea799e6c91fa7cac3999495f0ef6dbc83984e892f /Library
parentd14a1b96ecea4fe31f693dfaadb99082be98ab31 (diff)
downloadhomebrew-a4f61ecc8903c977c421bf8c5a69e7dc8f33e0a1.tar.bz2
Revert "stdenv: set correct compiler symbol for gcc 4.0"
This reverts commit f4dc5614953b3b90acc28c83262d56587b0616b1.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ENV/std.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb
index 51d9ef1ff..84d3bea72 100644
--- a/Library/Homebrew/extend/ENV/std.rb
+++ b/Library/Homebrew/extend/ENV/std.rb
@@ -119,7 +119,7 @@ module Stdenv
self.cxx = "#{MacOS.dev_tools_path}/g++-4.0"
replace_in_cflags '-O4', '-O3'
set_cpu_cflags '-march=nocona -mssse3'
- @compiler = :gcc_4_0
+ @compiler = :gcc
end
alias_method :gcc_4_0, :gcc_4_0_1