diff options
author | Nick Clifton <nickc@redhat.com> | 2022-07-26 14:25:33 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-07-26 14:25:33 +0100 |
commit | 91896b4d6a7d312e850094eaaa5b965a9e3dc39b (patch) | |
tree | 0b877c1c9e76c6ec94774851c4ce8cb2c648be3f /ld/configure.tgt | |
parent | 206977b2edecbe086beb23a32c9c114e2d5af28d (diff) | |
download | binutils-91896b4d6a7d312e850094eaaa5b965a9e3dc39b.zip binutils-91896b4d6a7d312e850094eaaa5b965a9e3dc39b.tar.gz binutils-91896b4d6a7d312e850094eaaa5b965a9e3dc39b.tar.bz2 |
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.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
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 ;; |