|
|
@@ -4,14 +4,14 @@
|
|
|
# (from ostable) and CPU name (from this table) after mapping from
|
|
|
# the Debian triplet (from triplettable).
|
|
|
#
|
|
|
-# Column 1 is the Debian name for the CPU, used to form the cpu part in
|
|
|
-# the Debian triplet.
|
|
|
-# Column 2 is the GNU name for the CPU, used to output build and host
|
|
|
-# targets in ‘dpkg-architecture’.
|
|
|
-# Column 3 is an extended regular expression used to match against the
|
|
|
-# CPU part of the output of the GNU config.guess script.
|
|
|
-# Column 4 is the size (in bits) of the integers/pointers
|
|
|
-# Column 5 is the endianness (byte ordering in numbers)
|
|
|
+# - Column 1 is the Debian name for the CPU, used to form the cpu part in
|
|
|
+# the Debian triplet.
|
|
|
+# - Column 2 is the GNU name for the CPU, used to output build, host and
|
|
|
+# target variables in ‘dpkg-architecture’.
|
|
|
+# - Column 3 is an extended regular expression used to match against the
|
|
|
+# CPU part of the output of the GNU config.guess script.
|
|
|
+# - Column 4 is the size (in bits) of pointers.
|
|
|
+# - Column 5 is the endianness (byte ordering in numbers).
|
|
|
#
|
|
|
# <Debian name> <GNU name> <config.guess regex> <Bits> <Endianness>
|
|
|
i386 i686 (i[34567]86|pentium) 32 little
|