Recognize sparclet cpu.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 12 Feb 1996 23:31:29 +0000 (23:31 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 12 Feb 1996 23:31:29 +0000 (23:31 +0000)
ChangeLog
configure.in

index 75644c0..0b439bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 231994e..685134c 100644 (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"
     ;;