mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-13 13:20:46 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
c56120ce63
@ -476,6 +476,11 @@ HEX = $(OBJCOPY) -O $(FORMAT)
|
||||
EEP =
|
||||
BIN = $(OBJCOPY) -O binary
|
||||
|
||||
# disable warning about RWX triggered by ChibiOS linker scripts
|
||||
ifeq ("$(shell echo "int main(){}" | $(CC) -shared -Wl,--no-warn-rwx-segments -x c - -o /dev/null 2>&1)", "")
|
||||
SHARED_LDFLAGS += -Wl,--no-warn-rwx-segments
|
||||
endif
|
||||
|
||||
##############################################################################
|
||||
# Make targets
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user