mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* 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:
parent
06892ee476
commit
b3c3cb0937
@ -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>
|
2007-11-19 Marc Gauthier <marc@tensilica.com>
|
||||||
|
|
||||||
* config.guess (xtensa*:Linux:*:*): Accept variants.
|
* config.guess (xtensa*:Linux:*:*): Accept variants.
|
||||||
|
26
config.sub
vendored
26
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2007-11-19'
|
timestamp='2007-12-05'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME 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
|
basic_machine=ns32k-sequent
|
||||||
os=-dynix
|
os=-dynix
|
||||||
;;
|
;;
|
||||||
|
blackfin)
|
||||||
|
basic_machine=bfin-unknown
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
|
blackfin-*)
|
||||||
|
basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
c90)
|
c90)
|
||||||
basic_machine=c90-cray
|
basic_machine=c90-cray
|
||||||
os=-unicos
|
os=-unicos
|
||||||
@ -672,6 +680,14 @@ case $basic_machine in
|
|||||||
basic_machine=m68k-isi
|
basic_machine=m68k-isi
|
||||||
os=-sysv
|
os=-sysv
|
||||||
;;
|
;;
|
||||||
|
m68knommu)
|
||||||
|
basic_machine=m68k-unknown
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
|
m68knommu-*)
|
||||||
|
basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
m88k-omron*)
|
m88k-omron*)
|
||||||
basic_machine=m88k-omron
|
basic_machine=m88k-omron
|
||||||
;;
|
;;
|
||||||
@ -817,6 +833,14 @@ case $basic_machine in
|
|||||||
basic_machine=i860-intel
|
basic_machine=i860-intel
|
||||||
os=-osf
|
os=-osf
|
||||||
;;
|
;;
|
||||||
|
parisc)
|
||||||
|
basic_machine=hppa-unknown
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
|
parisc-*)
|
||||||
|
basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
pbd)
|
pbd)
|
||||||
basic_machine=sparc-tti
|
basic_machine=sparc-tti
|
||||||
;;
|
;;
|
||||||
|
@ -115,3 +115,6 @@ mep mep-unknown-elf
|
|||||||
mep-elf mep-unknown-elf
|
mep-elf mep-unknown-elf
|
||||||
mingw32ce arm-unknown-mingw32ce
|
mingw32ce arm-unknown-mingw32ce
|
||||||
arm-mingw32ce arm-unknown-mingw32ce
|
arm-mingw32ce arm-unknown-mingw32ce
|
||||||
|
blackfin bfin-unknown-linux-gnu
|
||||||
|
m68knommu m68k-unknown-linux-gnu
|
||||||
|
parisc hppa-unknown-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user