* configure: Regenerated.
+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
#define SPARC_V9 1
EOF
;;
- sparclite*) cpu_type=sparc ;;
+ sparc*) cpu_type=sparc ;;
*) cpu_type=${target_cpu} ;;
esac
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
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
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