mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
* configure.in: Recognize any sparc* cpu.
* configure: Regenerated.
This commit is contained in:
parent
e61b005e80
commit
63e4edb555
@ -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
4
gas/configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user