Skip to content

Commit

Permalink
Revert "elfutils: fix gcc8 compile"
Browse files Browse the repository at this point in the history
This reverts commit 7df2cab.
  • Loading branch information
coolsnowwolf committed Jan 26, 2023
1 parent 7df2cab commit ae14a83
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 @@ -81,7 +81,7 @@ HOST_CONFIGURE_VARS += \
CONFIGURE_VARS += \
ac_cv_search__obstack_free=yes

TARGET_CFLAGS += -D_GNU_SOURCE -Wno-unused-result -Wno-format-nonliteral
TARGET_CFLAGS += -D_GNU_SOURCE -Wno-unused-result -Wno-format-nonliteral -Wno-error=use-after-free

define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
Expand Down

0 comments on commit ae14a83

Please sign in to comment.