Skip to content
Snippets Groups Projects
Commit a687871a authored by Max Howell's avatar Max Howell
Browse files

Alias gcc_4_0_1 to gcc_4_0

This is what we did for gcc_4_2 after all.
parent e1690dd4
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,8 @@ module HomebrewEnvExtension
remove_from_cflags '-msse4.1'
remove_from_cflags '-msse4.2'
end
alias_method :gcc_4_0, :gcc_4_0_1
def gcc_4_2
# Sometimes you want to downgrade from LLVM to GCC 4.2
self['CC']="gcc-4.2"
......
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