mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub: Fix comment typos.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
59e2ce0e6b
commit
1c9a125dd0
@ -1,3 +1,7 @@
|
|||||||
|
2018-10-17 Urs Janßen <urs@tin.org>
|
||||||
|
|
||||||
|
* config.sub: Fix comment typos.
|
||||||
|
|
||||||
2018-08-29 Mikaël Urankar <mikael.urankar@gmail.com>
|
2018-08-29 Mikaël Urankar <mikael.urankar@gmail.com>
|
||||||
|
|
||||||
* config.guess (arm:FreeBSD:*:*): Match on 'arm' not 'arm*'.
|
* config.guess (arm:FreeBSD:*:*): Match on 'arm' not 'arm*'.
|
||||||
|
8
config.sub
vendored
8
config.sub
vendored
@ -149,7 +149,7 @@ case $1 in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*-*)
|
*-*)
|
||||||
# A lone config we happen to match not fitting any patern
|
# A lone config we happen to match not fitting any pattern
|
||||||
case $field1-$field2 in
|
case $field1-$field2 in
|
||||||
decstation-3100)
|
decstation-3100)
|
||||||
basic_machine=mips-dec
|
basic_machine=mips-dec
|
||||||
@ -950,7 +950,7 @@ unset -v basic_machine
|
|||||||
|
|
||||||
# Decode basic machines in the full and proper CPU-Company form.
|
# Decode basic machines in the full and proper CPU-Company form.
|
||||||
case $cpu-$vendor in
|
case $cpu-$vendor in
|
||||||
# Here we handle the default manufacturer of certain CPU types in cannonical form. It is in
|
# Here we handle the default manufacturer of certain CPU types in canonical form. It is in
|
||||||
# some cases the only manufacturer, in others, it is the most popular.
|
# some cases the only manufacturer, in others, it is the most popular.
|
||||||
craynv-unknown)
|
craynv-unknown)
|
||||||
vendor=cray
|
vendor=cray
|
||||||
@ -1101,7 +1101,7 @@ case $cpu-$vendor in
|
|||||||
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
|
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Recognize the cannonical CPU Types that limit and/or modify the
|
# Recognize the canonical CPU Types that limit and/or modify the
|
||||||
# company names they are paired with.
|
# company names they are paired with.
|
||||||
cr16-*)
|
cr16-*)
|
||||||
os=${os:-elf}
|
os=${os:-elf}
|
||||||
@ -1150,7 +1150,7 @@ case $cpu-$vendor in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
# Recognize the cannonical CPU types that are allowed with any
|
# Recognize the canonical CPU types that are allowed with any
|
||||||
# company name.
|
# company name.
|
||||||
case $cpu in
|
case $cpu in
|
||||||
1750a | 580 \
|
1750a | 580 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user