Re: [Fink-devel] llvm-gcc gmp fix

2011-05-16 Thread David Fang
Committed to my experimental tree. Can you see if that works for you? Fang > Currently gmp 5.0.2 fails to pass its make check when built with llvm-gcc. > This is a permutation of the problem we previously saw with clang which > resulted > in the change of the "checking how to switch to read-on

[Fink-devel] llvm-gcc gmp fix

2011-05-16 Thread Jack Howarth
Currently gmp 5.0.2 fails to pass its make check when built with llvm-gcc. This is a permutation of the problem we previously saw with clang which resulted in the change of the "checking how to switch to read-only data section..." test from... const int foo = 123; to.. extern const int foo;