From 91896b4d6a7d312e850094eaaa5b965a9e3dc39b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 26 Jul 2022 14:25:33 +0100 Subject: Stop the linker from complaining about RWX segments in sparc-solaris targets. PR 29411 * configure.tgt (ac_default_ld_warn_rwx_segments): Disable for sparc-solaris configurations. --- ld/configure.tgt | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/configure.tgt') diff --git a/ld/configure.tgt b/ld/configure.tgt index 4f9e1b3..1a3c7df 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -54,6 +54,7 @@ if test "${ac_default_ld_warn_rwx_segments}" = unset; then # Many MIPS targets use executable segments. cris-*-* | crisv32-*-* | \ hppa*-*-* | \ + sparc*-*-solaris2* | \ mips*-*-*) ac_default_ld_warn_rwx_segments=0 ;; -- cgit v1.1