mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-19 07:24:48 +00:00
* config.sub, configure.in: Add mn10x00 support.
More Matsushita work.
This commit is contained in:
parent
efc2b06463
commit
be9b9d693a
@ -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>
|
||||
|
||||
* 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
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
mips64vr5000 | mips64vr5000el) # CYGNUS LOCAL ian/vr5000
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
# start-sanitize-v850
|
||||
v850) # CYGNUS LOCAL jtc/v850
|
||||
basic_machine=$basic_machine-unknown
|
||||
@ -183,6 +186,9 @@ case $basic_machine in
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
# end-sanitize-m32r
|
||||
mn10x00)
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
# Object if more than one company name word.
|
||||
*-*-*)
|
||||
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
||||
|
@ -489,6 +489,9 @@ case "${target}" in
|
||||
m32r-*-*)
|
||||
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
|
||||
powerpc-*-aix*)
|
||||
# copied from rs6000-*-* entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user