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:
parent
2137def2e1
commit
fb2fb4aa5d
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue