[parrot/parrot] ff9b71: [config] Fix cpu config values for gcc_cmpxchg #11...
GitHub
noreply at github.com
Wed Jan 21 11:52:09 UTC 2015
Branch: refs/heads/smoke-me/gcc_cmpxchg-gh1173
Home: https://github.com/parrot/parrot
Commit: ff9b71b24aea6b8f797c71dbb7c09fac7dec0544
https://github.com/parrot/parrot/commit/ff9b71b24aea6b8f797c71dbb7c09fac7dec0544
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M ChangeLog
M config/auto/cpu/amd64/auto.pm
M config/auto/cpu/i386/auto.pm
M config/gen/makefiles/root.in
M src/atomic/gcc_x86.c
Log Message:
-----------
[config] Fix cpu config values for gcc_cmpxchg #1173
On amd64 atomic/gcc_x86.o is now included.
The HAS_\U${platform}_$feature config hash entries are now harmonized.
Commit: e1553593d027e65166dab860188063eaaf69b72c
https://github.com/parrot/parrot/commit/e1553593d027e65166dab860188063eaaf69b72c
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M ChangeLog
M config/auto/cpu/ppc/auto.pm
M config/auto/cpu/sun4/auto.pm
Log Message:
-----------
[config] harmonize ppc and sparc cpu config entries also
Removed the old all-lowercase $platform_has_$feature keys.
Use the key HAS_$platform_$feature instead.
Closes GH #1173
Commit: d24432b8012b0400ccf149bb204e0da0a5d84ee0
https://github.com/parrot/parrot/commit/d24432b8012b0400ccf149bb204e0da0a5d84ee0
Author: Reini Urban <rurban at cpanel.net>
Date: 2015-01-21 (Wed, 21 Jan 2015)
Changed paths:
M config/auto/arch.pm
M config/auto/cpu/i386/test_gcc_cmpxchg_c.in
Log Message:
-----------
[config] fix cmpxchg probe and darwin i386 detection
on gcc-style asm we know we can use stdint.h, which we need
to check for 64bit.
on darwin --m=32 we need to use cpuarch i386, not amd64.
Fixes GH #1173
Compare: https://github.com/parrot/parrot/compare/ff9b71b24aea^...d24432b8012b
More information about the parrot-commits
mailing list