tools/elftoolchain: Build with BUILTIN_ELF_HEADERS again.

The header file dependency that motivated disabling this should be
resolved now.
This commit is contained in:
riastradh 2024-03-30 22:39:53 +00:00
parent faabfc3e13
commit 3b71f8e333
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2024/03/27 21:54:43 christos Exp $
# $NetBSD: Makefile,v 1.6 2024/03/30 22:39:53 riastradh Exp $
HOSTLIB=dwarf
@ -73,6 +73,7 @@ COMPATLIB_NO_LIB= yes # only the include files, not the library
LIBDWARF_OBJDIR!= cd ${.CURDIR} && ${PRINTOBJDIR}
CPPFLAGS+= -DBUILTIN_ELF_HEADERS
CPPFLAGS+= -I${.CURDIR}/../../compat
CPPFLAGS+= -I${.CURDIR}/../../common
CPPFLAGS+= -I${LIBDWARF_OBJDIR}/../common