commit | 309608b43499bffdd7c65c05fd91b659945d2388 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Dec 08 16:35:28 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Dec 08 16:35:28 2009 +0000 |
tree | 6bd150a405efaaa7aa04db1c51ccee868bd295c0 | |
parent | 781eba79722e1dae402d6ca8cf2f7e13cc784ebe [diff] |
Merged revisions 76712 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76712 | ronald.oussoren | 2009-12-08 17:32:52 +0100 (Tue, 08 Dec 2009) | 4 lines Fix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when doing a universal build on an i386 based machine, but should only be active when compiling the x86 part of the universal binary. ........