mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
elfutils: fix build with gcc 8
This commit is contained in:
parent
0c725fe51b
commit
2ce0dfdc41
@ -89,7 +89,7 @@ TARGET_CFLAGS += \
|
|||||||
-Wno-unused-result \
|
-Wno-unused-result \
|
||||||
-Wno-format-nonliteral
|
-Wno-format-nonliteral
|
||||||
|
|
||||||
ifneq ($(CONFIG_GCC_USE_VERSION_11),y)
|
ifneq ($(filter $(GCC_MAJOR_VERSION),12 13),)
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-Wno-error=use-after-free
|
-Wno-error=use-after-free
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user