OSDN Git Service

We now fully bootstrap on solaris-2.7 sparcv9.
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 1998 20:37:17 +0000 (20:37 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Sep 1998 20:37:17 +0000 (20:37 +0000)
commit0a2a3792460a4fc8618ff49a91fe68561a242c87
tree8d6c9b6a80080305995e50a629f6e7e1fcf8264d
parent0b6ff5fbb328624d5e980cff21773447689cef25
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22404 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
ChangeLog
config.sub
gcc/ChangeLog
gcc/config/sparc/sol2-sld-64.h
gcc/config/sparc/sol2.h
gcc/configure
gcc/configure.in
gcc/java/ChangeLog
gcc/java/jcf-io.c
libchill/ChangeLog
libchill/configure
libchill/configure.in