* configure.in: Add lots of stuff to noconfigdirs for

the mn10x00 targets.
This commit is contained in:
Jeff Law 1996-10-03 05:56:42 +00:00
parent e7c50ceffd
commit 0cfa6de41c
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
* configure.in: Add lots of stuff to noconfigdirs for
the mn10x00 targets.
* config.sub, configure.in: Add mn10x00 support.
Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>

View File

@ -489,10 +489,10 @@ 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
mn10x00-*-*)
noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
;;
powerpc-*-aix*)
# copied from rs6000-*-* entry
noconfigdirs="$noconfigdirs gprof cvs target-libgloss"