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.
This commit is contained in:
Nick Clifton 2022-07-26 14:25:33 +01:00
parent 206977b2ed
commit 91896b4d6a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2022-07-26 Nick Clifton <nickc@redhat.com>
PR 29411
* configure.tgt (ac_default_ld_warn_rwx_segments): Disable for
sparc-solaris configurations.
2022-07-08 Nick Clifton <nickc@redhat.com>
* 2.39 branch created.

View File

@ -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
;;