Module Name: src Committed By: riastradh Date: Sat Mar 30 22:39:53 UTC 2024
Modified Files: src/tools/elftoolchain/libdwarf: Makefile Log Message: tools/elftoolchain: Build with BUILTIN_ELF_HEADERS again. The header file dependency that motivated disabling this should be resolved now. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tools/elftoolchain/libdwarf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/elftoolchain/libdwarf/Makefile diff -u src/tools/elftoolchain/libdwarf/Makefile:1.5 src/tools/elftoolchain/libdwarf/Makefile:1.6 --- src/tools/elftoolchain/libdwarf/Makefile:1.5 Wed Mar 27 21:54:43 2024 +++ src/tools/elftoolchain/libdwarf/Makefile Sat Mar 30 22:39:53 2024 @@ -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 LIBDWARF_OBJDIR!= cd ${.CURDIR} && ${PRINTOBJDIR} +CPPFLAGS+= -DBUILTIN_ELF_HEADERS CPPFLAGS+= -I${.CURDIR}/../../compat CPPFLAGS+= -I${.CURDIR}/../../common CPPFLAGS+= -I${LIBDWARF_OBJDIR}/../common