Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/binutils Adjust for binutils-2.39



details:   https://anonhg.NetBSD.org/src/rev/4cda54efc2d7
branches:  trunk
changeset: 372769:4cda54efc2d7
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 24 20:17:46 2022 +0000

description:
Adjust for binutils-2.39

diffstat:

 tools/binutils/Makefile          |  6 +++---
 tools/binutils/mknative-binutils |  9 ++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r f11c1e0b2604 -r 4cda54efc2d7 tools/binutils/Makefile
--- a/tools/binutils/Makefile   Sat Dec 24 20:17:03 2022 +0000
+++ b/tools/binutils/Makefile   Sat Dec 24 20:17:46 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.33 2021/09/18 01:47:10 christos Exp $
+#      $NetBSD: Makefile,v 1.34 2022/12/24 20:17:46 christos Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -16,10 +16,10 @@
                --disable-werror --enable-initfini-array=yes \
                ${BRANDING}
 
-build/gas/m68k-parse.c: ${GNUHOSTDIST}/gas/m68k-parse.c
+build/gas/m68k-parse.c: ${GNUHOSTDIST}/gas/config/m68k-parse.c
        @mkdir build 2>/dev/null || true
        @mkdir build/gas 2>/dev/null || true
-       cat ${GNUHOSTDIST}/gas/m68k-parse.c > ${.TARGET}
+       cat ${GNUHOSTDIST}/gas/config/m68k-parse.c > ${.TARGET}
 
 .configure_done: build/gas/m68k-parse.c
 
diff -r f11c1e0b2604 -r 4cda54efc2d7 tools/binutils/mknative-binutils
--- a/tools/binutils/mknative-binutils  Sat Dec 24 20:17:03 2022 +0000
+++ b/tools/binutils/mknative-binutils  Sat Dec 24 20:17:46 2022 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp $
+#      $NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/external/gpl3/binutils
@@ -27,7 +27,6 @@
 
        write_c external/gpl3/binutils/lib/libbfd/arch/$MACHINE_ARCH/bfd.h <$_TMPDIR/bfd/bfd.h
        write_c external/gpl3/binutils/lib/libbfd/arch/$MACHINE_ARCH/bfdver.h <$_TMPDIR/bfd/bfdver.h
-       write_c external/gpl3/binutils/lib/libbfd/arch/$MACHINE_ARCH/bfd_stdint.h <$_TMPDIR/bfd/bfd_stdint.h
 
        {
                cat $_TMPDIR/bfd/config.h
@@ -84,11 +83,11 @@
        {
                getvars binutils/Makefile \
                        VERSION DEFS INCLUDES PROGRAMS
-               getvars binutils/doc/Makefile \
+               getvars binutils/Makefile \
                        man_MANS TEXINFOS
-               getvars bfd/doc/Makefile \
+               getvars bfd/Makefile \
                        PKGVERSION | sed 's,\\\(.\),\1,'
-               getvars bfd/doc/Makefile \
+               getvars bfd/Makefile \
                        REPORT_BUGS_TEXI
 
                for f in `getvars binutils/Makefile PROGRAMS | sed 'y,-,_,;s,^[^=]*=,,'`; do



Home | Main Index | Thread Index | Old Index