nuttx/arch/arm64
qinwei1 a42448feb4 arch/arm64: fix link RWX warning for NuttX arm64
Summary
  when using new gcc verion like:
  GNU ld (Arm GNU Toolchain 12.2.Rel1 (Build arm-12.24)) 2.39.0.20221210)

  we will get link warning like:

  aarch64-none-elf-ld: warning: XXX/nuttx has a LOAD segment with RWX permissions

  The patch fix the warning through add link option --no-warn-rwx-segments

Signed-off-by: qinwei1 <qinwei1@xiaomi.com>
2023-09-19 09:38:52 +08:00
..
include Fix nuttx coding style 2023-09-13 22:49:38 +08:00
src arch/arm64: fix link RWX warning for NuttX arm64 2023-09-19 09:38:52 +08:00
Kconfig Pinephone Pro port just nsh 2023-08-24 11:16:31 +08:00