diff options
author | Marek Polacek <polacek@redhat.com> | 2022-11-22 21:10:19 -0500 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2022-11-22 21:10:19 -0500 |
commit | 30f399ee9318bcb44e3e2debde086303157a347d (patch) | |
tree | a187b2e4bcfa9277983d2fa35fb5af088c4a3a87 /c++tools/configure | |
parent | 258d7149f92f19380c9f7763618d62408c064e60 (diff) | |
download | gcc-30f399ee9318bcb44e3e2debde086303157a347d.zip gcc-30f399ee9318bcb44e3e2debde086303157a347d.tar.gz gcc-30f399ee9318bcb44e3e2debde086303157a347d.tar.bz2 |
Revert "configure: Implement --enable-host-bind-now"
This reverts commit 258d7149f92f19380c9f7763618d62408c064e60.
Diffstat (limited to 'c++tools/configure')
-rwxr-xr-x | c++tools/configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/c++tools/configure b/c++tools/configure index 006efe07..8808700 100755 --- a/c++tools/configure +++ b/c++tools/configure @@ -628,7 +628,6 @@ EGREP GREP CXXCPP LD_PICFLAG -enable_host_bind_now PICFLAG MAINTAINER CXX_AUX_TOOLS @@ -703,7 +702,6 @@ enable_maintainer_mode enable_checking enable_default_pie enable_host_pie -enable_host_bind_now with_gcc_major_version_only ' ac_precious_vars='build_alias @@ -1338,7 +1336,6 @@ Optional Features: yes,no,all,none,release. --enable-default-pie enable Position Independent Executable as default --enable-host-pie build host code as PIE - --enable-host-bind-now link host code as BIND_NOW Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -3010,14 +3007,6 @@ fi -# Enable --enable-host-bind-now -# Check whether --enable-host-bind-now was given. -if test "${enable_host_bind_now+set}" = set; then : - enableval=$enable_host_bind_now; LD_PICFLAG="$LD_PICFLAG -Wl,-z,now" -fi - - - # Check if O_CLOEXEC is defined by fcntl |