stdenv: set correct compiler symbol for gcc 4.0
This commit is contained in:
parent
ce97caed34
commit
bdd2e71b3a
@ -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
|
||||
@compiler = :gcc_4_0
|
||||
end
|
||||
alias_method :gcc_4_0, :gcc_4_0_1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user