forked from Imagelibrary/binutils-gdb
merge from gcc
This commit is contained in:
6
libiberty/configure
vendored
6
libiberty/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user