mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/elfutils: drop ELFUTILS_{C,CPP}FLAGS
ELFUTILS_CFLAGS and ELFUTILS_CPPFLAGS are empty since commit7593aea519so drop them to avoid setting incorrect flags Fixes:7593aea519Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fa9893ad8f
commit
ed804a9f0c
@@ -29,10 +29,6 @@ HOST_ELFUTILS_CONF_OPTS = \
|
||||
--without-zstd \
|
||||
--disable-progs
|
||||
|
||||
ELFUTILS_CONF_ENV += \
|
||||
CFLAGS="$(ELFUTILS_CFLAGS)" \
|
||||
CPPFLAGS="$(ELFUTILS_CPPFLAGS)"
|
||||
|
||||
ELFUTILS_LDFLAGS = $(TARGET_LDFLAGS) \
|
||||
$(TARGET_NLS_LIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user