From ae1b99e42dbce238cd7eb5efd38672b8306f1148 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 3 Oct 1996 16:42:22 +0000 Subject: Grrr. The mn10200 and mn10300 are _not_ similar enough to easily support with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail. --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9c0a47f..fc53180 100644 --- a/configure.in +++ b/configure.in @@ -490,7 +490,10 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libgloss libio libstdc++ libg++ gdb" ;; # end-sanitize-m32r - mn10x00-*-*) + mn10200-*-*) + noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++" + ;; + mn10300-*-*) noconfigdirs="$noconfigdirs ld gcc gdb target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++" ;; powerpc-*-aix*) -- cgit v1.1