* configure.in: Add lots of stuff to noconfigdirs for
the mn10x00 targets.
This commit is contained in:
parent
e7c50ceffd
commit
0cfa6de41c
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue