mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* 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'
This commit is contained in:
@ -1,5 +1,12 @@
|
|||||||
Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
|
* 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'
|
||||||
|
|
||||||
|
* configure.in: remove most references to gdbtest, regularize
|
||||||
|
target based program removal
|
||||||
|
|
||||||
* test-build.mk: import from p3 tree (many fixes and changes)
|
* test-build.mk: import from p3 tree (many fixes and changes)
|
||||||
|
|
||||||
Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
|
Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
|
||||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -116,7 +116,7 @@ case $basic_machine in
|
|||||||
# Some are omitted here because they have special meanings below.
|
# Some are omitted here because they have special meanings below.
|
||||||
tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
|
tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
|
||||||
| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
|
| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
|
||||||
| alpha | we32k \
|
| alpha | we32k | sparc \
|
||||||
| m680[01234]0 | m683?2 | z8k | v70) # CYGNUS LOCAL
|
| m680[01234]0 | m683?2 | z8k | v70) # CYGNUS LOCAL
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
;;
|
;;
|
||||||
@ -606,9 +606,6 @@ case $basic_machine in
|
|||||||
we32k)
|
we32k)
|
||||||
basic_machine=we32k-att
|
basic_machine=we32k-att
|
||||||
;;
|
;;
|
||||||
sparc)
|
|
||||||
basic_machine=sparc-sun
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user