gcc@6: remove references to pre-Mavericks.
This commit is contained in:
parent
abfc9dc139
commit
c45315fa7e
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ class GccAT6 < Formula
|
|||
"--disable-nls",
|
||||
]
|
||||
|
||||
# The pre-Mavericks toolchain requires the older DWARF-2 debugging data
|
||||
# format to avoid failure during the stage 3 comparison of object files.
|
||||
# See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248
|
||||
args << "--with-dwarf2" if MacOS.version <= :mountain_lion
|
||||
|
||||
# Xcode 10 dropped 32-bit support
|
||||
args << "--disable-multilib" if DevelopmentTools.clang_build_version >= 1000
|
||||
|
||||
|
|
Loading…
Reference in a new issue