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:
parent
206977b2ed
commit
91896b4d6a
@ -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.
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user