diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-05-03 18:24:32 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-05-03 18:24:32 +0000 |
commit | f3bd1dcfdc3680a0e4e5b8584c4f8a656fde4cf7 (patch) | |
tree | e6d7567a040ff9e04989fe2d64778b58c2a5427d /configure.in | |
parent | e911832c96ed72284bc9b6710c6cc1f169460a00 (diff) | |
download | newlib-f3bd1dcfdc3680a0e4e5b8584c4f8a656fde4cf7.zip newlib-f3bd1dcfdc3680a0e4e5b8584c4f8a656fde4cf7.tar.gz newlib-f3bd1dcfdc3680a0e4e5b8584c4f8a656fde4cf7.tar.bz2 |
* configure.in: Revert 2002-04-18's patch; fixed in libjava.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/configure.in b/configure.in index 59d7983..f21ffe8 100644 --- a/configure.in +++ b/configure.in @@ -1371,33 +1371,6 @@ case "${host}" in ;; esac -# If we're building libgcj and we're using the Solaris 2.8 linker, -# then we check for a known problem. -if test "x${libgcj}" = x && test "${with_gnu_ld}" != yes \ - && test "${is_cross_compiler}" = no; then - - case "${host}" in - sparc-*-solaris2.8) - if test "$libdir" = '${exec_prefix}/lib';then - if test "$exec_prefix" = '$(prefix)'; then - tlibdir="$prefix/lib" - else - tlibdir="$exec_prefix/lib" - fi - else - tlibdir="$libdir" - fi - if test -f $tlibdir/libgcj.la; then - echo "*** You've already installed libgcj in $tlibdir." 1>&2 - echo " This causes problems when rebuilding libgcj with the Solaris 2.8 linker." 1>&2 - echo " Either disable the libgcj build, or remove the" 1>&2 - echo " already-installed libgcj files." 1>&2 - exit 1 - fi - ;; - esac -fi - # If --enable-shared was set, we must set LD_LIBRARY_PATH so that the # binutils tools will find libbfd.so. if test "${shared}" = "yes" ; then |