Remove comment that no longer reflects adjacent code

This commit is contained in:
Jack Nagel 2014-04-29 01:31:22 -05:00
parent bfde04ee17
commit 0de7f98b58

View File

@ -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