triplettable 431 B

12345678910111213141516
  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. gnu-linux-<cpu> <cpu>
  8. gnu-kfreebsd-<cpu> kfreebsd-<cpu>
  9. gnu-knetbsd-<cpu> knetbsd-<cpu>
  10. gnu-hurd-<cpu> hurd-<cpu>
  11. bsd-freebsd-<cpu> freebsd-<cpu>
  12. bsd-openbsd-<cpu> openbsd-<cpu>
  13. bsd-netbsd-<cpu> netbsd-<cpu>
  14. bsd-darwin-<cpu> darwin-<cpu>
  15. sysv-solaris-<cpu> solaris-<cpu>