summaryrefslogtreecommitdiff
path: root/triplettable
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2007-05-07 06:21:21 +0000
committerGuillem Jover <guillem@debian.org>2007-05-07 06:21:21 +0000
commit5d31013c78ec44a61088aa7de98655e1ef135f56 (patch)
tree652acadda210e396e866147b7c7a9144dccdf4b6 /triplettable
parente397de37a3b2aacf77a7fe37a764b471cd32bb4c (diff)
downloaddpkg-5d31013c78ec44a61088aa7de98655e1ef135f56.tar.gz
Generalize source architecture handling by abstracting it through the new
Debian triplet.
Diffstat (limited to 'triplettable')
-rw-r--r--triplettable14
1 files changed, 14 insertions, 0 deletions
diff --git a/triplettable b/triplettable
new file mode 100644
index 000000000..60b12290c
--- /dev/null
+++ b/triplettable
@@ -0,0 +1,14 @@
+# Bidirectional mapping between a Debian triplet and a Debian arch.
+#
+# Supported variables: <cpu>
+#
+# <Debian triplet> <Debian arch>
+gnu-linux-<cpu> <cpu>
+gnu-kfreebsd-<cpu> kfreebsd-<cpu>
+gnu-knetbsd-<cpu> knetbsd-<cpu>
+gnu-hurd-<cpu> hurd-<cpu>
+bsd-freebsd-<cpu> freebsd-<cpu>
+bsd-openbsd-<cpu> openbsd-<cpu>
+bsd-netbsd-<cpu> netbsd-<cpu>
+bsd-darwin-<cpu> darwin-<cpu>
+