From: David D. Zuhn Date: Tue, 16 Nov 1993 23:06:48 +0000 (+0000) Subject: don't build ld on i386-sysv4 platforms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20572f5f4e4c570c41cf46b0a996a2d4adcbb3d0;p=binutils-gdb.git don't build ld on i386-sysv4 platforms --- diff --git a/configure.in b/configure.in index 8bfe3311ee5..9889d9b2ff9 100644 --- a/configure.in +++ b/configure.in @@ -218,6 +218,11 @@ case "${target}" in esac # but that's okay since emacs doesn't work anyway noconfigdirs="$noconfigdirs emacs" + + # static versions of several key libraries are not available, + # so building our entire toolchain is impossible until + # the GNU linker supports shared libraries + noconfigdirs="$noconfigdirs ld" ;; rs6000-*-*) # a gcc built textutils will cause the linker to hang on 'join'