gcc: Work around broken bootstrap with Xcode 6.3

Closes Homebrew/homebrew#38596.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Martin Afanasjew 2015-04-10 00:52:42 +02:00 committed by Mike McQuaid
parent 2137def2e1
commit fb2fb4aa5d

View file

@ -101,6 +101,9 @@ class Gcc < Formula
"--enable-stage1-checking",
"--enable-checking=release",
"--enable-lto",
# Use 'bootstrap-debug' build configuration to force stripping of object
# files prior to comparison during bootstrap (broken by Xcode 6.3).
"--with-build-config=bootstrap-debug",
# A no-op unless --HEAD is built because in head warnings will
# raise errors. But still a good idea to include.
"--disable-werror",