diff options
| author | Sam James <sam@gentoo.org> | 2025-02-18 18:49:09 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-03-04 20:08:50 +0000 |
| commit | a2bd5008a99032830add3e4005c25b61e3207112 (patch) | |
| tree | ceb139b81bdce2b243059469208aa40fd8c76cc4 /config.make.in | |
| parent | 4cf2d869367e3813c6c8f662915dedb1f3830c53 (diff) | |
Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]
When GNU Binutils is configured with --enable-error-execstack=yes, a handful
of our tests which rely on -Wl,-z,execstack fail. Pass --Wl,--no-error-execstack
to override the behaviour and get a warning instead.
Bug: https://sourceware.org/PR32717
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'config.make.in')
| -rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 36096881b7..59897eaec2 100644 --- a/config.make.in +++ b/config.make.in @@ -53,6 +53,7 @@ c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@ enable-werror = @enable_werror@ have-z-execstack = @libc_cv_z_execstack@ +have-no-error-execstack = @libc_cv_no_error_execstack@ have-protected-data = @libc_cv_protected_data@ have-insert = @libc_cv_insert@ have-glob-dat-reloc = @libc_cv_has_glob_dat@ |
