Recognize sparclet cpu.
This commit is contained in:
parent
222e3f6e66
commit
e08dfe61e9
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user