diff options
author | Sergei Trofimovich <slyfox@community.haskell.org> | 2011-03-01 06:41:08 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@community.haskell.org> | 2011-03-01 06:41:08 +0000 |
commit | c00ea87f79231fba729fd4e7de1279261044ce5f (patch) | |
tree | c63defeb79ea1cedce711c8d79c104875212c4f6 /configure.ac | |
parent | 4b7d8ae0cdf92b0d8789676a4be89b41a4582472 (diff) | |
download | haskell-c00ea87f79231fba729fd4e7de1279261044ce5f.tar.gz |
configure: triplet: accept i486 CPU (and more), more vendors and OSes
Gentoo has interesting ports:
- freebsd with following triplet:
./configure --build=i686-gentoo-freebsd8 --host=i686-gentoo-freebsd8 --host=i686-gentoo-freebsd8
should be recognized as 'i386-unknown-freebsd'
- 'pc' vendor along with non-'i386' is very common:
./configure --build=i486-pc-linux-gnu --i486-pc-linux-gnu --host=i486-pc-linux-gnu
./configure --build=i686-pc-linux-gnu --i686-pc-linux-gnu --host=i686-pc-linux-gnu
should be recognized as 'i386-unknown-linux'
Patch adds:
- 'pc' vendor (maps to 'unknown')
- 'gentoo' vendor (maps to 'unknown')
- 'i486', 'i586', 'i686' CPUs (maps to 'i386')
- 'freebsd8' OS (maps to 'freebsd')
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions