[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: failure to build base
From: |
Eric Wasylishen |
Subject: |
Re: failure to build base |
Date: |
Sat, 28 May 2011 12:18:21 -0600 |
Hi Riccardo and Niels,
I tweaked the atomic ops test in configure.ac a bit, and re-enabled it in
NSObject. There was a bug in the configure test that would leave atomic ops
enabled if the compile test passed but the link test failed. I also added a
case for x86_64 to add -march=x86-64.
Btw, I found some info here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47460
suggesting that in GCC 4.5 and above, GCC automatically sets the march setting
to that of the target machine.
Could you see if base builds for you now, Riccardo?
Cheers
Eric