Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/lib/libbfd it is not xx but nn that we wan...
details: https://anonhg.NetBSD.org/src/rev/26f028e1efb4
branches: trunk
changeset: 320544:26f028e1efb4
user: christos <christos%NetBSD.org@localhost>
date: Wed Jul 11 14:51:34 2018 +0000
description:
it is not xx but nn that we want. also add missing dependencies.
diffstat:
external/gpl3/gdb/lib/libbfd/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 902684906fb5 -r 26f028e1efb4 external/gpl3/gdb/lib/libbfd/Makefile
--- a/external/gpl3/gdb/lib/libbfd/Makefile Wed Jul 11 13:52:35 2018 +0000
+++ b/external/gpl3/gdb/lib/libbfd/Makefile Wed Jul 11 14:51:34 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/07/11 13:44:04 christos Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/11 14:51:34 christos Exp $
.include <bsd.own.mk>
.include "../Makefile.inc"
@@ -19,9 +19,11 @@
SRCS= ${GSRCS:.lo=.c}
DPSRCS+= elf32-target.h elf64-target.h targmatch.h \
- elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c
+ elf32-ia64.c elf64-ia64.c elf64-aarch64.c \
+ peigen.c pex64igen.c
CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \
- elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c
+ elf32-ia64.c elf64-ia64.c elf64-aarch64.c \
+ peigen.c pex64igen.c
.PATH: ${DIST}/bfd
@@ -52,7 +54,7 @@
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/64/g < $> > $@
-elf64-aarch64.c: elfxx-aarch64.c
+elf64-aarch64.c: elfnn-aarch64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/64/g < $> > $@
Home |
Main Index |
Thread Index |
Old Index