* configure.in: Recognize any sparc* cpu.

* configure: Regenerated.
This commit is contained in:
David Edelsohn 1996-02-12 23:54:50 +00:00
parent e61b005e80
commit 63e4edb555
3 changed files with 9 additions and 4 deletions

View 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

4
gas/configure vendored
View file

@ -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

View 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