[parrot/parrot] 0aa83b: [config] Fix cpu config values for gcc_cmpxchg #11...

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


  Branch: refs/heads/smoke-me/gcc_cmpxchg-gh1173
  Home:   https://github.com/parrot/parrot
  Commit: 0aa83b332d14c6e6907718ce66bd60870cf8aec1
      https://github.com/parrot/parrot/commit/0aa83b332d14c6e6907718ce66bd60870cf8aec1
  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

  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: bdfe7a9360203eb6a7b47b8718429d3c5919d070
      https://github.com/parrot/parrot/commit/bdfe7a9360203eb6a7b47b8718429d3c5919d070
  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: c380c254368e564ec64039a51a3d2096ef95d13b
      https://github.com/parrot/parrot/commit/c380c254368e564ec64039a51a3d2096ef95d13b
  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/6a486842744b...c380c254368e


More information about the parrot-commits mailing list