From: David Edelsohn Date: Mon, 12 Feb 1996 23:54:50 +0000 (+0000) Subject: * configure.in: Recognize any sparc* cpu. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=63e4edb55509e493053a617c758451cee61d19fd;p=deliverable%2Fbinutils-gdb.git * configure.in: Recognize any sparc* cpu. * configure: Regenerated. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0e00d3582c..33454ac217 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 12 15:53:46 1996 Doug Evans + + * configure.in: Recognize any sparc* cpu. + * configure: Regenerated. + Mon Feb 12 15:41:21 1996 Ian Lance Taylor * app.c (do_scrub_chars): In MRI mode, don't treat '#' as a diff --git a/gas/configure b/gas/configure index fe2ed6a1a0..80bf9c590e 100755 --- a/gas/configure +++ b/gas/configure @@ -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 diff --git a/gas/configure.in b/gas/configure.in index fcc8f0d311..9d371efe23 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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