Remove comment that no longer reflects adjacent code
This commit is contained in:
parent
bfde04ee17
commit
0de7f98b58
@ -122,13 +122,8 @@ module Stdenv
|
|||||||
alias_method :gcc_4_0, :gcc_4_0_1
|
alias_method :gcc_4_0, :gcc_4_0_1
|
||||||
|
|
||||||
def gcc
|
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.cc = MacOS.locate("gcc-4.2")
|
||||||
self.cxx = MacOS.locate("g++-4.2")
|
self.cxx = MacOS.locate("g++-4.2")
|
||||||
|
|
||||||
set_cpu_cflags
|
set_cpu_cflags
|
||||||
@compiler = :gcc
|
@compiler = :gcc
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user