Recognize sparclet cpu.

This commit is contained in:
David Edelsohn 1996-02-12 23:31:29 +00:00
parent 222e3f6e66
commit e08dfe61e9
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,8 @@
Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
* config.sub, configure.in: Recognize sparclet cpu.
Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
* config.guess: Support m68k-cbm-sysv4.

View File

@ -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"
;;