Module Name:    src
Committed By:   christos
Date:           Fri Jan  6 17:06:33 UTC 2023

Modified Files:
        src/external/gpl3/binutils/usr.bin/ld: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/external/gpl3/binutils/usr.bin/ld/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/usr.bin/ld/Makefile
diff -u src/external/gpl3/binutils/usr.bin/ld/Makefile:1.36 src/external/gpl3/binutils/usr.bin/ld/Makefile:1.37
--- src/external/gpl3/binutils/usr.bin/ld/Makefile:1.36	Fri Jan  6 10:47:38 2023
+++ src/external/gpl3/binutils/usr.bin/ld/Makefile	Fri Jan  6 12:06:33 2023
@@ -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 @@ FILES+= ${f}.${e}
 .   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}

Reply via email to