gcc@6: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:34:03 +00:00
parent abfc9dc139
commit c45315fa7e
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

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