* config.sub, configure.in: Add mn10x00 support.

More Matsushita work.
This commit is contained in:
Jeff Law 1996-10-03 04:31:40 +00:00
parent efc2b06463
commit be9b9d693a
3 changed files with 13 additions and 0 deletions

View File

@ -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
View File

@ -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

View File

@ -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