diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8bfe331..9889d9b 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' |