aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDavid S. Miller <davem@pierdol.cobaltmicro.com>1998-09-13 20:37:17 +0000
committerDavid S. Miller <davem@gcc.gnu.org>1998-09-13 13:37:17 -0700
commitd7496fbb76547bc451511ffac9fd2a7e195630cb (patch)
tree8d6c9b6a80080305995e50a629f6e7e1fcf8264d /config.sub
parent007e8d2a7821a3a8facedb851012555516d7f9b2 (diff)
downloadgcc-d7496fbb76547bc451511ffac9fd2a7e195630cb.zip
gcc-d7496fbb76547bc451511ffac9fd2a7e195630cb.tar.gz
gcc-d7496fbb76547bc451511ffac9fd2a7e195630cb.tar.bz2
We now fully bootstrap on solaris-2.7 sparcv9.
toplevel: * config.sub: Recognize sparcv9 just like sparc64. gcc/ChangeLog: * configure.in: in sparc9-sol2 config, use 'if test' not brackets. * configure: Rebuilt. * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to CM_MEDANY. (CPP_CPU_SPEC): Do not define _LP64, header files do this. (CPP_CPU_DEFAULT_SPEC): Likewise. * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right for arch64 libfuncs. gcc/java/ChangeLog: * jcf-io.c: Include string.h. libchill/ChangeLog: * configure.in: Use 'if test' not brackets. * configure: Rebuilt. From-SVN: r22404
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sub b/config.sub
index 29a49fe..7ec7560 100755
--- a/config.sub
+++ b/config.sub
@@ -167,7 +167,7 @@ case $basic_machine in
| 1750a | dsp16xx | pdp11 \
| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
| mipstx39 | mipstx39el \
- | sparc | sparclet | sparclite | sparc64 | v850)
+ | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850)
basic_machine=$basic_machine-unknown
;;
m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL
@@ -212,7 +212,7 @@ case $basic_machine in
| alphaev6-* | we32k-* | cydra-* | ns16k-* | pn-* | np1-* \
| xps100-* | clipper-* | orion-* \
| sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
- | sparc64-* | mips64-* | mipsel-* \
+ | sparc64-* | sparcv9-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-* \
| mipstx39-* | mipstx39el-* \
| f301-*)
@@ -840,7 +840,7 @@ case $basic_machine in
we32k)
basic_machine=we32k-att
;;
- sparc)
+ sparc | sparcv9)
basic_machine=sparc-sun
;;
cydra)