mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
ld: microblaze: ignore rwx segments
The linker will generate warnings if it is creating an executable stack or a segment with all three read, write and execute permissions. These settings are not appropriate for all targets including MicroBlaze. Signed-off-by: Neal Frager <neal.frager@amd.com> Signed-off-by: Michael J. Eager <eager@eagercon.com>
This commit is contained in:
parent
6487710bab
commit
2aafdd4de6
@ -55,6 +55,7 @@ if test "${ac_default_ld_warn_rwx_segments}" = unset; then
|
||||
cris-*-* | crisv32-*-* | \
|
||||
hppa*-*-* | \
|
||||
mips*-*-* | \
|
||||
microblaze*-*-* | \
|
||||
sparc*-*-* | \
|
||||
v850*-*-*)
|
||||
ac_default_ld_warn_rwx_segments=0
|
||||
|
Loading…
Reference in New Issue
Block a user