diff options
Diffstat (limited to 'c++tools')
-rw-r--r-- | c++tools/ChangeLog | 5 | ||||
-rwxr-xr-x | c++tools/configure | 11 | ||||
-rw-r--r-- | c++tools/configure.ac | 6 |
3 files changed, 5 insertions, 17 deletions
diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog index ff35cac..d5a345b 100644 --- a/c++tools/ChangeLog +++ b/c++tools/ChangeLog @@ -1,3 +1,8 @@ +2025-06-02 Kito Cheng <kito.cheng@sifive.com> + + * configure.ac: Don't check `--enable-default-pie`. + * configure: Regen. + 2024-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * configure.ac (ax_lib_socket_nsl.m4): Don't sinclude. diff --git a/c++tools/configure b/c++tools/configure index 1353479..6df4a2f 100755 --- a/c++tools/configure +++ b/c++tools/configure @@ -700,7 +700,6 @@ enable_option_checking enable_c___tools enable_maintainer_mode enable_checking -enable_default_pie enable_host_pie enable_host_bind_now with_gcc_major_version_only @@ -1335,7 +1334,6 @@ Optional Features: enable expensive run-time checks. With LIST, enable only specific categories of checks. Categories are: 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 @@ -2946,15 +2944,6 @@ $as_echo "#define ENABLE_ASSERT_CHECKING 1" >>confdefs.h fi -# Check whether --enable-default-pie was given. -# Check whether --enable-default-pie was given. -if test "${enable_default_pie+set}" = set; then : - enableval=$enable_default_pie; PICFLAG=-fPIE -else - PICFLAG= -fi - - # Enable --enable-host-pie # Check whether --enable-host-pie was given. if test "${enable_host_pie+set}" = set; then : diff --git a/c++tools/configure.ac b/c++tools/configure.ac index db34ee6..8c4b72a 100644 --- a/c++tools/configure.ac +++ b/c++tools/configure.ac @@ -97,12 +97,6 @@ if test x$ac_assert_checking != x ; then [Define if you want assertions enabled. This is a cheap check.]) fi -# Check whether --enable-default-pie was given. -AC_ARG_ENABLE(default-pie, -[AS_HELP_STRING([--enable-default-pie], - [enable Position Independent Executable as default])], -[PICFLAG=-fPIE], [PICFLAG=]) - # Enable --enable-host-pie AC_ARG_ENABLE(host-pie, [AS_HELP_STRING([--enable-host-pie], |