diff options
| author | Jack Nagel | 2014-04-29 01:31:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-29 01:31:22 -0500 |
| commit | ab84afb29902a0843609f64f6f6f6934d03325fd (patch) | |
| tree | d249b5b45a5055bc8721d5a89bf943ce50014d57 /Library/Homebrew | |
| parent | 69a02d5bb303b6eb441cfd38a7a8a2e9f3196ac1 (diff) | |
| download | homebrew-ab84afb29902a0843609f64f6f6f6934d03325fd.tar.bz2 | |
Remove comment that no longer reflects adjacent code
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/extend/ENV/std.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/extend/ENV/std.rb b/Library/Homebrew/extend/ENV/std.rb index c90edf0b6..dc4c24809 100644 --- a/Library/Homebrew/extend/ENV/std.rb +++ b/Library/Homebrew/extend/ENV/std.rb @@ -122,13 +122,8 @@ module Stdenv alias_method :gcc_4_0, :gcc_4_0_1 def gcc - # Apple stopped shipping gcc-4.2 with Xcode 4.2 - # However they still provide a gcc symlink to llvm - # But we don't want LLVM of course. - self.cc = MacOS.locate("gcc-4.2") self.cxx = MacOS.locate("g++-4.2") - set_cpu_cflags @compiler = :gcc end |
