From 507e17180d478e52be5bc8725587ad3602e5d9b3 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 6 Jun 2007 14:47:34 +0200 Subject: * buildlib/archtable: - added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096) --- buildlib/archtable | 4 ++++ buildlib/sizetable | 1 + 2 files changed, 5 insertions(+) (limited to 'buildlib') diff --git a/buildlib/archtable b/buildlib/archtable index 197529202..eacc9889f 100644 --- a/buildlib/archtable +++ b/buildlib/archtable @@ -22,8 +22,12 @@ 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) diff --git a/buildlib/sizetable b/buildlib/sizetable index 8b18528cf..b5782360c 100644 --- a/buildlib/sizetable +++ b/buildlib/sizetable @@ -21,3 +21,4 @@ m68k big 1 4 2 4 powerpc big 1 4 2 4 mips big 1 4 2 4 hppa big 1 4 2 4 +m32r big 1 4 2 4 \ No newline at end of file -- cgit v1.2.3 From 0fa17428d9905865fe2d586f3787ebc590ca5a24 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 6 Jun 2007 19:40:06 +0200 Subject: * buildlib/systemtable, configure.in: added new buildlib/systemtable to map complette canonical system type to apt architecture and add support for lpia --- buildlib/systemtable | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 buildlib/systemtable (limited to 'buildlib') diff --git a/buildlib/systemtable b/buildlib/systemtable new file mode 100644 index 000000000..64c176b50 --- /dev/null +++ b/buildlib/systemtable @@ -0,0 +1,11 @@ +# This file contains a table of known canonical system strings, with +# things to map them to. `configure' will take the output of the +# autoconf cannon macros and look in here. It will check for +# the full canonical system name (required for e.g. lpia) and if that +# fails it will configure.in will fallback to just checking for the CPU +# in buildlib/archtable + +# The left side is a regex for awk against the canonical system name + +# config.guess reports lpia as i386-unknown-linux-gnulp +i.86-.*-linux-gnulp lpia -- cgit v1.2.3