]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Recognize any sparc* cpu.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 12 Feb 1996 23:54:50 +0000 (23:54 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 12 Feb 1996 23:54:50 +0000 (23:54 +0000)
* configure: Regenerated.

gas/ChangeLog
gas/configure
gas/configure.in

index 0e00d3582c9b0e0f339e4fe3f0d074f132d6175b..33454ac217e87a72a7fd0a72d4ce821689f59d23 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 12 15:53:46 1996  Doug Evans  <dje@charmed.cygnus.com>
+
+       * configure.in: Recognize any sparc* cpu.
+       * configure: Regenerated.
+
 Mon Feb 12 15:41:21 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a
index fe2ed6a1a0dd3669aa93f42dbf6f3bee72a85e6b..80bf9c590e1d18ee029d45888c71d88eafb191f6 100755 (executable)
@@ -702,7 +702,7 @@ case ${target_cpu} in
 #define SPARC_V9 1
 EOF
  ;;
-  sparclite*)   cpu_type=sparc ;;
+  sparc*)      cpu_type=sparc ;;
   *)           cpu_type=${target_cpu} ;;
 esac
 
@@ -778,7 +778,7 @@ for this_target in $target $canon_targets ; do
       powerpc*)                cpu_type=ppc endian=big ;;
       rs6000*)         cpu_type=ppc ;;
       sparc64)         cpu_type=sparc want_sparc_v9=true ;;
-      sparclite*)      cpu_type=sparc ;;
+      sparc*)          cpu_type=sparc ;;
       *)               cpu_type=${cpu} ;;
     esac
 
index fcc8f0d3112c099d43905fbbf7bed4cf4c5ed950..9d371efe23cb0d34d0554724a8d10aee2d36e9e3 100644 (file)
@@ -62,7 +62,7 @@ changequote([,])dnl
   rs6000*)     cpu_type=ppc ;;
   sparc64)     cpu_type=sparc
                AC_DEFINE(SPARC_V9) ;;
-  sparclite*)   cpu_type=sparc ;;
+  sparc*)      cpu_type=sparc ;;
   *)           cpu_type=${target_cpu} ;;
 esac
 
@@ -128,7 +128,7 @@ changequote([,])dnl
       powerpc*)                cpu_type=ppc endian=big ;;
       rs6000*)         cpu_type=ppc ;;
       sparc64)         cpu_type=sparc want_sparc_v9=true ;;
-      sparclite*)      cpu_type=sparc ;;
+      sparc*)          cpu_type=sparc ;;
       *)               cpu_type=${cpu} ;;
     esac