diff options
author | Guillem Jover <guillem@debian.org> | 2015-06-14 15:27:23 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-10-31 04:05:43 +0100 |
commit | 9d7ba99cc3ff84fc553ed39da9d2e4f4008d35b6 (patch) | |
tree | 97ca6ffc51f6cf8393f0273d22c175bc0faf67f0 /data/abitable | |
parent | 16847ec012a11435bec3872593ba3c7e5b9ff492 (diff) | |
download | dpkg-9d7ba99cc3ff84fc553ed39da9d2e4f4008d35b6.tar.gz |
arch: Internally represent architectures as quadruplets
This allows to detangle the libc used from the calling conventions.
Diffstat (limited to 'data/abitable')
-rw-r--r-- | data/abitable | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/abitable b/data/abitable index 134dfe836..18fa36700 100644 --- a/data/abitable +++ b/data/abitable @@ -1,13 +1,13 @@ -# Version=1.0 +# Version=2.0 # # This file contains the table of arch ABI attribute overrides. # # If the ABI is not present here then the attribute information for a -# Debian triplet matches the one on the cputable. +# Debian arch tuple matches the one on the cputable. # # - Column 1 is the Debian name for the ABI. # - Column 2 is the size (in bits) of the ABI pointers. # # <Debian name> <Bits> -gnuabin32 32 -gnux32 32 +abin32 32 +x32 32 |