Skip to content

Commit

Permalink
elfutils: fix build with gcc 8
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 3, 2024
1 parent 0c725fe commit 2ce0dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/libs/elfutils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ TARGET_CFLAGS += \
-Wno-unused-result \
-Wno-format-nonliteral

ifneq ($(CONFIG_GCC_USE_VERSION_11),y)
ifneq ($(filter $(GCC_MAJOR_VERSION),12 13),)
TARGET_CFLAGS += \
-Wno-error=use-after-free
endif
Expand Down

0 comments on commit 2ce0dfd

Please sign in to comment.