diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-06 19:40:06 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-06 19:40:06 +0200 |
commit | 0fa17428d9905865fe2d586f3787ebc590ca5a24 (patch) | |
tree | 16091906b2bb8dbba36ac4f31d88433944eedf3b /buildlib | |
parent | 93e72e9cc0ba1877044af0b9f823e1c3352183ec (diff) |
* buildlib/systemtable, configure.in:
added new buildlib/systemtable to map complette canonical system type
to apt architecture and add support for lpia
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/systemtable | 11 |
1 files changed, 11 insertions, 0 deletions
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 |