From 04711f5189a72c2fcaeed520d65582704adca042 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Tue, 22 Nov 2022 21:10:31 -0500 Subject: Revert "configure: Implement --enable-host-pie" This reverts commit 251c72a68af3a8b0638705b73ef120ffdf0053eb. --- libiberty/configure | 4 ++-- libiberty/configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libiberty') diff --git a/libiberty/configure b/libiberty/configure index b8a19c4..860f981fa 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -5258,8 +5258,8 @@ case "${enable_shared}" in *) shared=yes ;; esac -# ...unless --enable-host-{shared,pie} was passed from top-level config: -if [ "${enable_host_shared}" = "yes" ] || [ "${enable_host_pie}" = "yes" ]; then +# ...unless --enable-host-shared was passed from top-level config: +if [ "${enable_host_shared}" = "yes" ]; then shared=yes fi diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 6747a7b..28d996f 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -233,8 +233,8 @@ case "${enable_shared}" in *) shared=yes ;; esac -# ...unless --enable-host-{shared,pie} was passed from top-level config: -if [[ "${enable_host_shared}" = "yes" ]] || [[ "${enable_host_pie}" = "yes" ]]; then +# ...unless --enable-host-shared was passed from top-level config: +if [[ "${enable_host_shared}" = "yes" ]]; then shared=yes fi -- cgit v1.1