gmp - need to force GCC 4.2 on 10.6 as well
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7e71415bf3
commit
22b66fc917
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ class Gmp <Formula
|
|||
def install
|
||||
# Reports of problems using gcc 4.0 on Leopard
|
||||
# https://github.com/mxcl/homebrew/issues/issue/2302
|
||||
ENV.gcc_4_2 if MACOS_VERSION < 10.6
|
||||
# Also force use of 4.2 on 10.6 in case a user has changed the default
|
||||
ENV.gcc_4_2
|
||||
|
||||
fails_with_llvm "Tests fail to compile; missing references in 'llvm bitcode in libtests.a(misc.o)'."
|
||||
|
||||
|
|
Loading…
Reference in a new issue