aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-11-07 07:43:43 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-11-07 07:43:43 +0000
commit3c52e52d2ca80aa38655ea3dc5f4796d47e0c052 (patch)
treef73c1a7831171055b09cfdd2a6dc5181c2006b22 /config.sub
parent255d097913b5dc7d886e37b07333fcaab9127c43 (diff)
downloadfsf-binutils-gdb-3c52e52d2ca80aa38655ea3dc5f4796d47e0c052.zip
fsf-binutils-gdb-3c52e52d2ca80aa38655ea3dc5f4796d47e0c052.tar.gz
fsf-binutils-gdb-3c52e52d2ca80aa38655ea3dc5f4796d47e0c052.tar.bz2
* config.sub: remove 'sparc'-->'sparc-sun' default transformation,
add 'sparc' to list of recognized cpus. This needed to make 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.sub b/config.sub
index 42cc73a..ece3a16 100755
--- a/config.sub
+++ b/config.sub
@@ -116,7 +116,7 @@ case $basic_machine in
# Some are omitted here because they have special meanings below.
tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
- | alpha | we32k \
+ | alpha | we32k | sparc \
| m680[01234]0 | m683?2 | z8k | v70) # CYGNUS LOCAL
basic_machine=$basic_machine-unknown
;;
@@ -606,9 +606,6 @@ case $basic_machine in
we32k)
basic_machine=we32k-att
;;
- sparc)
- basic_machine=sparc-sun
- ;;
*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
exit 1