mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* config.sub, configure.in: Add mn10x00 support.
More Matsushita work.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* config.sub, configure.in: Add mn10x00 support.
|
||||||
|
|
||||||
Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
|
Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
|
||||||
|
|
||||||
* make-all.com: Call conf-a-gas, not config-a-gas.
|
* make-all.com: Call conf-a-gas, not config-a-gas.
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -168,6 +168,9 @@ case $basic_machine in
|
|||||||
mips64vr4100 | mips64vr4100el) # CYGNUS LOCAL jsmith/vr4100
|
mips64vr4100 | mips64vr4100el) # CYGNUS LOCAL jsmith/vr4100
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
;;
|
;;
|
||||||
|
mips64vr5000 | mips64vr5000el) # CYGNUS LOCAL ian/vr5000
|
||||||
|
basic_machine=$basic_machine-unknown
|
||||||
|
;;
|
||||||
# start-sanitize-v850
|
# start-sanitize-v850
|
||||||
v850) # CYGNUS LOCAL jtc/v850
|
v850) # CYGNUS LOCAL jtc/v850
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
@ -183,6 +186,9 @@ case $basic_machine in
|
|||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
;;
|
;;
|
||||||
# end-sanitize-m32r
|
# end-sanitize-m32r
|
||||||
|
mn10x00)
|
||||||
|
basic_machine=$basic_machine-unknown
|
||||||
|
;;
|
||||||
# Object if more than one company name word.
|
# Object if more than one company name word.
|
||||||
*-*-*)
|
*-*-*)
|
||||||
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
||||||
|
@ -489,6 +489,9 @@ case "${target}" in
|
|||||||
m32r-*-*)
|
m32r-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss libio libstdc++ libg++ gdb"
|
noconfigdirs="$noconfigdirs target-libgloss libio libstdc++ libg++ gdb"
|
||||||
;;
|
;;
|
||||||
|
mn10x00-*-*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-libgloss ld gcc gdb"
|
||||||
|
;;
|
||||||
# end-sanitize-m32r
|
# end-sanitize-m32r
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
|
Reference in New Issue
Block a user