On 24/7/24 03:07, Richard Henderson wrote:
Add the --noexecstack assembler command-line option to avoid:

   /usr/bin/ld: warning: boot.o: missing .note.GNU-stack section implies 
executable stack
   /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a 
future version of the linker

which is enabled by default with current debian cross toolchains.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  tests/tcg/Makefile.target                     | 2 +-
  tests/tcg/aarch64/Makefile.softmmu-target     | 2 +-
  tests/tcg/alpha/Makefile.softmmu-target       | 2 +-
  tests/tcg/arm/Makefile.softmmu-target         | 2 +-
  tests/tcg/arm/Makefile.target                 | 2 +-
  tests/tcg/i386/Makefile.softmmu-target        | 2 +-
  tests/tcg/loongarch64/Makefile.softmmu-target | 2 +-
  tests/tcg/riscv64/Makefile.softmmu-target     | 2 +-
  tests/tcg/s390x/Makefile.softmmu-target       | 2 +-
  tests/tcg/x86_64/Makefile.softmmu-target      | 2 +-
  10 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to