Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/binutils/usr.bin/ld we don't copy ldscripts fo...



details:   https://anonhg.NetBSD.org/src/rev/40b2c019d78d
branches:  trunk
changeset: 372938:40b2c019d78d
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 06 17:06:33 2023 +0000

description:
we don't copy ldscripts for i386 (why though?)

diffstat:

 external/gpl3/binutils/usr.bin/ld/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3348b5251eaa -r 40b2c019d78d external/gpl3/binutils/usr.bin/ld/Makefile
--- a/external/gpl3/binutils/usr.bin/ld/Makefile        Fri Jan 06 15:48:29 2023 +0000
+++ b/external/gpl3/binutils/usr.bin/ld/Makefile        Fri Jan 06 17:06:33 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.36 2023/01/06 15:47:38 christos Exp $
+#      $NetBSD: Makefile,v 1.37 2023/01/06 17:06:33 christos Exp $
 
 CPPFLAGS+=     -I${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH} \
                -I${DIST}/ld \
@@ -87,7 +87,7 @@
 .   endif
 .  endfor
 . endif
-. if ${BINUTILS_MACHINE_ARCH} == "x86_64" || ${BINUTILS_MACHINE_ARCH} == "i386"
+. if ${BINUTILS_MACHINE_ARCH} == "x86_64"
 .  for e in xce
 .   if exists(ldscripts/${f}.${e})
 FILES+= ${f}.${e}



Home | Main Index | Thread Index | Old Index