Revert "elfutils: fix gcc8 compile"

This reverts commit 7df2cabf9a.
This commit is contained in:
coolsnowwolf 2023-01-26 19:49:10 +08:00
parent 7df2cabf9a
commit ae14a83450

View File

@ -81,7 +81,7 @@ HOST_CONFIGURE_VARS += \
CONFIGURE_VARS += \ CONFIGURE_VARS += \
ac_cv_search__obstack_free=yes 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 define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include