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 this rule shouldn't be spe...



details:   https://anonhg.NetBSD.org/src/rev/7675e5e75f8e
branches:  trunk
changeset: 818480:7675e5e75f8e
user:      maya <maya%NetBSD.org@localhost>
date:      Sat Oct 15 12:30:55 2016 +0000

description:
this rule shouldn't be specific to little endian

diffstat:

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

diffs (18 lines):

diff -r 0c543bcfa3fa -r 7675e5e75f8e external/gpl3/binutils/usr.bin/ld/Makefile
--- a/external/gpl3/binutils/usr.bin/ld/Makefile        Sat Oct 15 12:19:02 2016 +0000
+++ b/external/gpl3/binutils/usr.bin/ld/Makefile        Sat Oct 15 12:30:55 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2016/10/14 23:27:00 mrg Exp $
+#      $NetBSD: Makefile,v 1.28 2016/10/15 12:30:55 maya Exp $
 
 CPPFLAGS+=     -I${.CURDIR}/arch/${BINUTILS_MACHINE_ARCH} \
                -I${DIST}/ld \
@@ -70,7 +70,7 @@
 . elif (${BINUTILS_MACHINE_ARCH} == "sparc64" && \
       ("${f}" == "elf32_sparc" || "${f}" == "sparcnbsd"))
 EMUL_LIB_PATH.${f}=/usr/lib/sparc
-. elif ${BINUTILS_MACHINE_ARCH} == "mips64el"
+. elif !empty(BINUTILS_MACHINE_ARCH:Mmips64*)
 .  if "${f}" == "elf32ltsmip" || "${f}" == "elf32btsmip"
 EMUL_LIB_PATH.${f}:=/usr/lib/o32
 .  elif "${f}" == "elf64ltsmip" || "${f}" == "elf64btsmip"



Home | Main Index | Thread Index | Old Index