diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-26 10:43:07 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-26 10:43:07 +0200 |
commit | 94bdf40722a406f66383261d36e500213b0c2c38 (patch) | |
tree | 22739e87f31bbad88214853c5f0e45040403ec25 /buildlib/archtable | |
parent | f0efdda074effd4b8d668c1adfd6ddc4be698ae9 (diff) | |
parent | dfd1a56e88c068f0085140630306901d01ed0f98 (diff) |
* merged from apt--mvo
Diffstat (limited to 'buildlib/archtable')
-rw-r--r-- | buildlib/archtable | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/buildlib/archtable b/buildlib/archtable deleted file mode 100644 index eacc9889f..000000000 --- a/buildlib/archtable +++ /dev/null @@ -1,33 +0,0 @@ -# This file contains a table of known architecture strings, with -# things to map them to. `configure' will take the output of the -# autoconf cannon macros and look in here. This only deals with architecture -# (CPU) names. - -# The left side is a regex for awk - -i.86 i386 -pentium i386 -sparc sparc -sparc64 sparc -alpha.* alpha -m68k m68k -arm.*b armeb -arm.* arm -powerpc powerpc -ppc powerpc -powerpc64 ppc64 -mipsel mipsel -mipseb mips -mips mips -sheb sheb -shel sh -sh sh -sh3 sh3 -sh4 sh4 -m32r m32r -hppa.* hppa -ia64 ia64 -s390 s390 -s390x s390x -x86_64 amd64 -# lipa has gnulp-linux-i.86 (see dpkg archtable and ostable) |