From e08dfe61e996e77e768c6900b7b391ce007f4e80 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Mon, 12 Feb 1996 23:31:29 +0000 Subject: Recognize sparclet cpu. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 231994e..685134c 100644 --- a/configure.in +++ b/configure.in @@ -511,6 +511,9 @@ case "${target}" in use_gnu_ld=no fi ;; + sparclet-*-*) + # Skip these until ready for them. + noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx" v810-*-*) noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes" ;; -- cgit v1.1