]> gcc.gnu.org Git - gcc.git/blobdiff - lto-plugin/configure.ac
Revert "configure: Implement --enable-host-bind-now"
[gcc.git] / lto-plugin / configure.ac
index 84f2a60b4800c4c45c37f958bc3113dbaa173306..0a7202782ae432373e94757208797d52ba50c0cc 100644 (file)
@@ -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)
This page took 0.025157 seconds and 5 git commands to generate.