* configure.in: Recognize any sparc* cpu.
[deliverable/binutils-gdb.git] / gas / configure
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
 
This page took 0.023696 seconds and 4 git commands to generate.