Revert "chibios: disable RWX segment warning on newer GNU lds (#22007)" (#22469)

This reverts commit de3c42125b.
This commit is contained in:
Nick Brassel 2023-11-14 09:41:12 +11:00 committed by GitHub
commit 4c625d8286
Failed to generate hash of commit
3 changed files with 6 additions and 12 deletions

View file

@ -476,9 +476,6 @@ HEX = $(OBJCOPY) -O $(FORMAT)
EEP =
BIN = $(OBJCOPY) -O binary
# disable warning about RWX triggered by ChibiOS linker scripts
SHARED_LDFLAGS += $(call cc-option, -Wl$(,)--no-warn-rwx-segments)
##############################################################################
# Make targets
#