From: Jeff Law Date: Thu, 3 Oct 1996 05:56:42 +0000 (+0000) Subject: * configure.in: Add lots of stuff to noconfigdirs for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cfa6de41c4cb33dcef2818a4af3149770394021;p=binutils-gdb.git * configure.in: Add lots of stuff to noconfigdirs for the mn10x00 targets. --- diff --git a/ChangeLog b/ChangeLog index 396c70b97c2..fdda615cae2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index d4bd42907e8..9c0a47fcb3f 100644 --- a/configure.in +++ b/configure.in @@ -489,10 +489,10 @@ case "${target}" in m32r-*-*) noconfigdirs="$noconfigdirs target-libgloss libio libstdc++ libg++ gdb" ;; +# end-sanitize-m32r mn10x00-*-*) - noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-libgloss ld gcc gdb" + noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++" ;; -# end-sanitize-m32r powerpc-*-aix*) # copied from rs6000-*-* entry noconfigdirs="$noconfigdirs gprof cvs target-libgloss"