X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.in;h=2569cc2ecfc00d05176969333f8f221f3ae85de9;hb=cc8a6dd09b7219289b0ceac611fc095fcde68153;hp=59d798352537de4942ddfe7d79711c5d8cee1d59;hpb=dac55df9cd739605634a927e1dcf0e84f9e047e2;p=deliverable%2Fbinutils-gdb.git diff --git a/configure.in b/configure.in index 59d7983525..2569cc2ecf 100644 --- a/configure.in +++ b/configure.in @@ -1019,7 +1019,7 @@ case "${target}" in use_gnu_ld=no fi ;; - sparc-*-solaris*) + sparc-*-solaris* | sparc64-*-solaris* | sparcv9-*-solaris*) ;; v810-*-*) noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld ${libstdcxx_version} opcodes target-libgloss ${libgcj}" @@ -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