mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
don't build ld on i386-sysv4 platforms
This commit is contained in:
@ -218,6 +218,11 @@ case "${target}" in
|
|||||||
esac
|
esac
|
||||||
# but that's okay since emacs doesn't work anyway
|
# but that's okay since emacs doesn't work anyway
|
||||||
noconfigdirs="$noconfigdirs emacs"
|
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-*-*)
|
rs6000-*-*)
|
||||||
# a gcc built textutils will cause the linker to hang on 'join'
|
# a gcc built textutils will cause the linker to hang on 'join'
|
||||||
|
Reference in New Issue
Block a user