Module Name: src
Committed By: christos
Date: Sun Mar 3 17:37:58 UTC 2024
Modified Files:
src/tools/elftoolchain/libdwarf: Makefile
src/tools/elftoolchain/libelf: Makefile
Log Message:
changes for r4037
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/elftoolchain/libdwarf/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tools/elftoolchain/libelf/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.2 src/tools/elftoolchain/libdwarf/Makefile:1.3
--- src/tools/elftoolchain/libdwarf/Makefile:1.2 Sun May 1 13:25:19 2022
+++ src/tools/elftoolchain/libdwarf/Makefile Sun Mar 3 12:37:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/05/01 17:25:19 jkoshy Exp $
+# $NetBSD: Makefile,v 1.3 2024/03/03 17:37:58 christos 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
Index: src/tools/elftoolchain/libelf/Makefile
diff -u src/tools/elftoolchain/libelf/Makefile:1.1 src/tools/elftoolchain/libelf/Makefile:1.2
--- src/tools/elftoolchain/libelf/Makefile:1.1 Mon Apr 18 10:11:44 2022
+++ src/tools/elftoolchain/libelf/Makefile Sun Mar 3 12:37:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/18 14:11:44 jkoshy Exp $
+# $NetBSD: Makefile,v 1.2 2024/03/03 17:37:58 christos Exp $
HOSTLIB= elf
@@ -37,6 +37,7 @@ SRCS= elf_begin.c \
libelf_checksum.c \
libelf_data.c \
libelf_ehdr.c libelf_extended.c \
+ libelf_elfmachine.c \
libelf_memory.c \
libelf_open.c \
libelf_phdr.c \