* config.sub (blackfin, blackfin-*, m68knommu, m68knommu-*,

parisc, parisc-*): New Linux-specific aliases for conformity with
	Linux architecture names.
	* testsuite/config-sub.data: Add test cases.
This commit is contained in:
Ben Elliston 2007-12-05 00:15:24 +00:00
parent 06892ee476
commit b3c3cb0937
3 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2007-12-05 Steve Kenton <skenton@ou.edu>
Ben Elliston <bje@gnu.org>
* config.sub (blackfin, blackfin-*, m68knommu, m68knommu-*,
parisc, parisc-*): New Linux-specific aliases for conformity with
Linux architecture names.
* testsuite/config-sub.data: Add test cases.
2007-11-19 Marc Gauthier <marc@tensilica.com>
* config.guess (xtensa*:Linux:*:*): Accept variants.

26
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
timestamp='2007-11-19'
timestamp='2007-12-05'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -447,6 +447,14 @@ case $basic_machine in
basic_machine=ns32k-sequent
os=-dynix
;;
blackfin)
basic_machine=bfin-unknown
os=-linux
;;
blackfin-*)
basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
os=-linux
;;
c90)
basic_machine=c90-cray
os=-unicos
@ -672,6 +680,14 @@ case $basic_machine in
basic_machine=m68k-isi
os=-sysv
;;
m68knommu)
basic_machine=m68k-unknown
os=-linux
;;
m68knommu-*)
basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
os=-linux
;;
m88k-omron*)
basic_machine=m88k-omron
;;
@ -817,6 +833,14 @@ case $basic_machine in
basic_machine=i860-intel
os=-osf
;;
parisc)
basic_machine=hppa-unknown
os=-linux
;;
parisc-*)
basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
os=-linux
;;
pbd)
basic_machine=sparc-tti
;;

View File

@ -115,3 +115,6 @@ mep mep-unknown-elf
mep-elf mep-unknown-elf
mingw32ce arm-unknown-mingw32ce
arm-mingw32ce arm-unknown-mingw32ce
blackfin bfin-unknown-linux-gnu
m68knommu m68k-unknown-linux-gnu
parisc hppa-unknown-linux-gnu