Check whether a triplet's OS part specifies an ABI.
authorLudovic Courtès <ludo@gnu.org>
Wed, 27 Feb 2013 19:36:52 +0000 (20:36 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 27 Feb 2013 19:40:08 +0000 (20:40 +0100)
commit9130ec74cf55a2531a364ef16b6608489b583f16
tree5efddb36c46c533d1c417ab12a101a8ed52cd6d9
parentcc2948aa3189b7bd29c23e7a93ccb1217a1b4eff
Check whether a triplet's OS part specifies an ABI.

* module/system/base/target.scm (cpu-word-size): Rename to...
  (triplet-pointer-size): ... this.  Update caller.  Take a triplet as
  the argument.  Check the `triplet-os' part when checking for equality
  with the host.  Add support "mips64.*-gnuabi64".
* test-suite/tests/asm-to-bytecode.test ("cross-compilation")
  [ "mips64el-unknown-linux-gnuabi64"]: New test.
module/system/base/target.scm
test-suite/tests/asm-to-bytecode.test