diff options
author | lloyd <[email protected]> | 2011-08-15 13:52:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-08-15 13:52:00 +0000 |
commit | ff69cb87512464e135e2207f62c0052ed58c176a (patch) | |
tree | 87f64e0b8c7faac3df745e79bd91a9e819e57403 /configure.py | |
parent | ea508001e058f7d330b0d61882684ed27deb1a6d (diff) |
Avoid using -march=i386 if an i386 is 'detected', instead use
-mtune=generic as with i486. Python's platform reports an i386 when
running on a Core Duo on MacOS X 10.6, then using -march=i368 causes a
link failure due to missing atomic adds in libstdc++. PR 152
Also use generic for i586.
Diffstat (limited to 'configure.py')
0 files changed, 0 insertions, 0 deletions