diff options
author | Michael Vogt <egon@bottom> | 2007-06-06 23:07:06 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-06-06 23:07:06 +0200 |
commit | faa6596e09eec9535189c5baa7a6d2d4531f9239 (patch) | |
tree | 9846a3966c0cd46a3098909e38eba579c114f5ee /buildlib/systemtable | |
parent | 90485a0039fcf308b0d7fc056d39ee4b91b76c58 (diff) | |
parent | 0fa17428d9905865fe2d586f3787ebc590ca5a24 (diff) |
* vi.po: Updated to 515t. Closes: #426976
* eu.po: Updated to 515t. Closes: #423766
* pt.po: 515t. Closes: #423111
* fr.po: Updated by Christian Perrier
* Update all PO and the POT. Gives 513t2f for formerly
complete translations
* buildlib/archtable:
- added support for sh3/sh4 (closes: #424870)
- added support for m32r (closes: #394096)
* buildlib/systemtable:
- added support for lpia
* configure.in:
- check systemtable for architecture mapping too
Diffstat (limited to 'buildlib/systemtable')
-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 |