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 /lto-plugin | |
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 'lto-plugin')
-rwxr-xr-x | lto-plugin/configure | 20 | ||||
-rw-r--r-- | lto-plugin/configure.ac | 11 |
2 files changed, 2 insertions, 29 deletions
diff --git a/lto-plugin/configure b/lto-plugin/configure index 3467def..d522bd2 100755 --- a/lto-plugin/configure +++ b/lto-plugin/configure @@ -663,7 +663,6 @@ accel_dir_suffix gcc_build_dir CET_HOST_FLAGS ac_lto_plugin_ldflags -enable_host_bind_now ac_lto_plugin_warn_cflags EGREP GREP @@ -779,7 +778,6 @@ enable_maintainer_mode with_libiberty enable_dependency_tracking enable_largefile -enable_host_bind_now enable_cet with_gcc_major_version_only enable_shared @@ -1427,7 +1425,6 @@ Optional Features: --disable-dependency-tracking speeds up one-time build --disable-largefile omit support for large files - --enable-host-bind-now link host code as BIND_NOW --enable-cet enable Intel CET in host libraries [default=auto] --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] @@ -5672,19 +5669,6 @@ if test "x$have_static_libgcc" = xyes; then ac_lto_plugin_ldflags="-Wc,-static-libgcc" 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; -fi - - - -if test x$enable_host_bind_now = xyes; then - ac_lto_plugin_ldflags="$ac_lto_plugin_ldflags -Wl,-z,now" -fi - - # Check whether --enable-cet was given. if test "${enable_cet+set}" = set; then : @@ -12150,7 +12134,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12165 "configure" +#line 12137 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12256,7 +12240,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12271 "configure" +#line 12243 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/lto-plugin/configure.ac b/lto-plugin/configure.ac index 84f2a60..0a72027 100644 --- a/lto-plugin/configure.ac +++ b/lto-plugin/configure.ac @@ -25,17 +25,6 @@ LDFLAGS="$saved_LDFLAGS" if test "x$have_static_libgcc" = xyes; then ac_lto_plugin_ldflags="-Wc,-static-libgcc" fi - -# Enable --enable-host-bind-now -AC_ARG_ENABLE(host-bind-now, -[AS_HELP_STRING([--enable-host-bind-now], - [link host code as BIND_NOW])]) -AC_SUBST(enable_host_bind_now) - -if test x$enable_host_bind_now = xyes; then - ac_lto_plugin_ldflags="$ac_lto_plugin_ldflags -Wl,-z,now" -fi - AC_SUBST(ac_lto_plugin_ldflags) GCC_CET_HOST_FLAGS(CET_HOST_FLAGS) |