diff options
author | David S. Miller <davem@pierdol.cobaltmicro.com> | 1998-09-13 20:37:17 +0000 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 1998-09-13 13:37:17 -0700 |
commit | d7496fbb76547bc451511ffac9fd2a7e195630cb (patch) | |
tree | 8d6c9b6a80080305995e50a629f6e7e1fcf8264d /libchill/configure.in | |
parent | 007e8d2a7821a3a8facedb851012555516d7f9b2 (diff) | |
download | gcc-d7496fbb76547bc451511ffac9fd2a7e195630cb.tar.gz |
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 'libchill/configure.in')
-rw-r--r-- | libchill/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libchill/configure.in b/libchill/configure.in index e4d2cb592e4..babc64ef20a 100644 --- a/libchill/configure.in +++ b/libchill/configure.in @@ -21,8 +21,8 @@ AC_INIT(chillrt0.c) -if [ "${srcdir}" = "." ] ; then - if [ "${with_target_subdir}" != "." ] ; then +if test "${srcdir}" = "." ; then + if test "${with_target_subdir}" != "." ; then topsrcdir=${with_multisrctop}../.. else topsrcdir=${with_multisrctop}.. |