diff options
author | Nick Brassel <nick@tzarc.org> | 2023-11-14 09:41:12 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 22:41:12 +0000 |
commit | 4c625d8286daba3540ce421cbb8100fac8d9e2c8 (patch) | |
tree | 85b7b5edbdb990535eb0428512796f5b1b71e697 /platforms/chibios | |
parent | 1efc79063c5bc5fae6766f7555738b122ef8988d (diff) |
Revert "chibios: disable RWX segment warning on newer GNU lds (#22007)" (#22469)
This reverts commit de3c42125b661f62757f8ee4f6184c089340d3a0.
Diffstat (limited to 'platforms/chibios')
-rw-r--r-- | platforms/chibios/platform.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platforms/chibios/platform.mk b/platforms/chibios/platform.mk index 6c38aa16a7..081b001e6d 100644 --- a/platforms/chibios/platform.mk +++ b/platforms/chibios/platform.mk @@ -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 # |