stdenv: set correct compiler symbol for gcc 4.0

This commit is contained in:
Misty De Meo 2013-12-22 12:43:33 -08:00
parent ce97caed34
commit bdd2e71b3a

View File

@ -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