triplettable 453 B

1234567891011121314151617
  1. # Bidirectional mapping between a Debian triplet and a Debian arch.
  2. #
  3. # Supported variables: <cpu>
  4. #
  5. # <Debian triplet> <Debian arch>
  6. gnueabi-linux-arm armel
  7. gnulp-linux-i386 lpia
  8. gnu-linux-<cpu> <cpu>
  9. gnu-kfreebsd-<cpu> kfreebsd-<cpu>
  10. gnu-knetbsd-<cpu> knetbsd-<cpu>
  11. gnu-hurd-<cpu> hurd-<cpu>
  12. bsd-freebsd-<cpu> freebsd-<cpu>
  13. bsd-openbsd-<cpu> openbsd-<cpu>
  14. bsd-netbsd-<cpu> netbsd-<cpu>
  15. bsd-darwin-<cpu> darwin-<cpu>
  16. sysv-solaris-<cpu> solaris-<cpu>