diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-26 15:47:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-26 15:47:15 +0100 |
commit | 0bbc38601f8f7704c9de8c81bd6d04b4a905ecab (patch) | |
tree | b237c246434f632eda211a2742adadd15dc5a5fb /libiberty/configure | |
parent | 996ff3e8c565a4e9f9d43db7cc73aa061b98cbc0 (diff) | |
download | binutils-0bbc38601f8f7704c9de8c81bd6d04b4a905ecab.zip binutils-0bbc38601f8f7704c9de8c81bd6d04b4a905ecab.tar.gz binutils-0bbc38601f8f7704c9de8c81bd6d04b4a905ecab.tar.bz2 |
Synchromize libiberty sources with master version in gcc repository
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/configure b/libiberty/configure index 1ccfac9..dd89627 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5396,8 +5396,8 @@ case "${enable_shared}" in *) shared=yes ;; esac -# ...unless --enable-host-shared was passed from top-level config: -if [ "${enable_host_shared}" = "yes" ]; then +# ...unless --enable-host-{shared,pie} was passed from top-level config: +if [ "${enable_host_shared}" = "yes" ] || [ "${enable_host_pie}" = "yes" ]; then shared=yes fi |