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 Add another elfxx conversion.



details:   https://anonhg.NetBSD.org/src/rev/e9fc6e535916
branches:  trunk
changeset: 324586:e9fc6e535916
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jul 11 13:44:04 2018 +0000

description:
Add another elfxx conversion.

diffstat:

 external/gpl3/gdb/lib/libbfd/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 6858e03bdd17 -r e9fc6e535916 external/gpl3/gdb/lib/libbfd/Makefile
--- a/external/gpl3/gdb/lib/libbfd/Makefile     Wed Jul 11 13:41:23 2018 +0000
+++ b/external/gpl3/gdb/lib/libbfd/Makefile     Wed Jul 11 13:44:04 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2015/08/21 08:19:28 tron Exp $
+#      $NetBSD: Makefile,v 1.8 2018/07/11 13:44:04 christos Exp $
 
 .include <bsd.own.mk>
 .include "../Makefile.inc"
@@ -52,6 +52,10 @@
        ${_MKTARGET_CREATE}
        ${TOOL_SED} -e s/NN/64/g < $> > $@
 
+elf64-aarch64.c: elfxx-aarch64.c
+       ${_MKTARGET_CREATE}
+       ${TOOL_SED} -e s/NN/64/g < $> > $@
+
 peigen.c: peXXigen.c
        ${_MKTARGET_CREATE}
        ${TOOL_SED} -e s/XX/pe/g < $> > $@



Home | Main Index | Thread Index | Old Index