merge from gcc

This commit is contained in:
DJ Delorie
2013-10-16 00:29:48 +00:00
parent 90c9b2c61c
commit 26505cc0c4
9 changed files with 56 additions and 2 deletions

6
libiberty/configure vendored
View File

@@ -4963,6 +4963,12 @@ case "${enable_shared}" in
"") shared=no ;;
*) shared=yes ;;
esac
# ...unless --enable-host-shared was passed from top-level config:
if [ "${enable_host_shared}" = "yes" ]; then
shared=yes
fi
if [ "${shared}" != "yes" ]; then
PICFLAG=
fi