diff options
| author | Misty De Meo | 2013-04-13 01:07:46 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2013-05-08 09:38:15 -0500 | 
| commit | 4312f94013ccafbd2d6cbda0cf5fec5b7e30d72c (patch) | |
| tree | 95d70e997e445b9e567f24ad109025cd095d7963 /Library/Homebrew/compilers.rb | |
| parent | f61a4f88931e5d878ed22f4a828830dcfa0ab5e6 (diff) | |
| download | brew-4312f94013ccafbd2d6cbda0cf5fec5b7e30d72c.tar.bz2 | |
Add gcc-4.0 to fails_with
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index a68d4f3d2..b871e1aeb 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -67,6 +67,7 @@ class CompilerSelector      when :clang then MacOS.clang_build_version >= 318 ? 3 : 0.5      when :llvm  then 2      when :gcc   then 1 +    when :gcc_4_0 then 0.25      end    end  end  | 
