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 75644c0c027bf882196ae2d56f122a673549bc12..0b439bc43b88d1ce423d86bdad78ab9e3c87d433 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 231994e23d9c7ef94d6d27ef75cdf772d7b3cd8e..685134c5f5fcd1eec8fc9d24d19bde7b2c65e0eb 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"
     ;;
This page took 0.052221 seconds and 4 git commands to generate.