Module Name:    src
Committed By:   christos
Date:           Mon Jan  9 14:38:14 UTC 2023

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

Log Message:
Add the .xsce scripts


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/external/gpl3/binutils/usr.bin/ld/Makefile:1.38
--- src/external/gpl3/binutils/usr.bin/ld/Makefile:1.37	Fri Jan  6 12:06:33 2023
+++ src/external/gpl3/binutils/usr.bin/ld/Makefile	Mon Jan  9 09:38:14 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.37 2023/01/06 17:06:33 christos Exp $
+#	$NetBSD: Makefile,v 1.38 2023/01/09 14:38:14 christos Exp $
 
 CPPFLAGS+=	-I${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH} \
 		-I${DIST}/ld \
@@ -88,7 +88,7 @@ FILES+= ${f}.${e}
 .  endfor
 . endif
 . if ${BINUTILS_MACHINE_ARCH} == "x86_64"
-.  for e in xce
+.  for e in xce xsce
 .   if exists(ldscripts/${f}.${e})
 FILES+= ${f}.${e}
 .   endif

Reply via email to