[parrot/parrot] 2d6b95: [config] Fix cpu config values for gcc_cmpxchg #11...

GitHub noreply at github.com
Sun Jan 18 19:55:30 UTC 2015


  Branch: refs/heads/smoke-me/gcc_cmpxchg-gh1173
  Home:   https://github.com/parrot/parrot
  Commit: 2d6b952d45f2f78f6ac76991d0f4437a2e964c1e
      https://github.com/parrot/parrot/commit/2d6b952d45f2f78f6ac76991d0f4437a2e964c1e
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-18 (Sun, 18 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: b852907fc97c8bf7da847a3708a7d9484be0d155
      https://github.com/parrot/parrot/commit/b852907fc97c8bf7da847a3708a7d9484be0d155
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-18 (Sun, 18 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: 75efef203b7574ca151fb27d250f15907fe5eece
      https://github.com/parrot/parrot/commit/75efef203b7574ca151fb27d250f15907fe5eece
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-01-18 (Sun, 18 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/c380c254368e...75efef203b75


More information about the parrot-commits mailing list