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/configure.ac | |
| parent | 258d7149f92f19380c9f7763618d62408c064e60 (diff) | |
Revert "configure: Implement --enable-host-bind-now"
This reverts commit 258d7149f92f19380c9f7763618d62408c064e60.
Diffstat (limited to 'lto-plugin/configure.ac')
| -rw-r--r-- | lto-plugin/configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lto-plugin/configure.ac b/lto-plugin/configure.ac index 84f2a60b480..0a7202782ae 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) |
