Skip to content
Snippets Groups Projects
Commit cb18dedc authored by Misty De Meo's avatar Misty De Meo
Browse files

superenv: add gcc-4.0 to superenv

parent bf93748c
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,10 @@ module Superenv
self['HOMEBREW_CC'] = "gcc-4.2"
@compiler = :gcc
end
def gcc_4_0
self['HOMEBREW_CC'] = "gcc-4.0"
@compiler = :gcc_4_0
end
def llvm
self['HOMEBREW_CC'] = "llvm-gcc"
@compiler = :llvm
......
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