From: David Edelsohn Date: Mon, 12 Feb 1996 23:41:49 +0000 (+0000) Subject: Fix thinko in sparclet config. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e61b005e807eb8533b635e77cb15bc60fa6ae130;p=binutils-gdb.git Fix thinko in sparclet config. --- diff --git a/configure.in b/configure.in index 685134c5f5f..49198e79d1e 100644 --- a/configure.in +++ b/configure.in @@ -514,6 +514,7 @@ case "${target}" in 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" ;;