Fix handling of the *-gnux32 target.
authorLudovic Courtès <ludo@gnu.org>
Thu, 28 Feb 2013 08:42:31 +0000 (09:42 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 28 Feb 2013 08:42:45 +0000 (09:42 +0100)
commitaacc689677316ebb1ea45bb8fb22f921ebaf97d5
treec3c321a7c5e111767b55100b44e86b212c2a790c
parenta5d8f98c60344548f0b6a70828b95f2b2e1f7553
Fix handling of the *-gnux32 target.

* module/system/base/target.scm (triplet-pointer-size): Fix typo in the
  x32 triplet name.
* test-suite/tests/asm-to-bytecode.test (native-os): New procedure.
  (test-target): Use (native-word-size) only when both the CPU and OS
  match.
module/system/base/target.scm
test-suite/tests/asm-to-bytecode.test