Skip to content
Snippets Groups Projects
Commit 1dcf726a authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Revert "stdenv: set correct compiler symbol for gcc 4.0"

This reverts commit f4dc5614953b3b90acc28c83262d56587b0616b1.
parent bdd2e71b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment