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 Fix typo to embed the righ...



details:   https://anonhg.NetBSD.org/src/rev/062cceb69d4d
branches:  trunk
changeset: 763845:062cceb69d4d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Apr 05 10:48:47 2011 +0000

description:
Fix typo to embed the right path for N64

diffstat:

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

diffs (18 lines):

diff -r fc118616f500 -r 062cceb69d4d external/gpl3/binutils/usr.bin/ld/Makefile
--- a/external/gpl3/binutils/usr.bin/ld/Makefile        Tue Apr 05 09:53:10 2011 +0000
+++ b/external/gpl3/binutils/usr.bin/ld/Makefile        Tue Apr 05 10:48:47 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2009/12/14 15:49:19 skrll Exp $
+#      $NetBSD: Makefile,v 1.9 2011/04/05 10:48:47 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -84,7 +84,7 @@
 . elif ${MACHINE_ARCH} == "mips64el"
 .  if "${f}" == "elf32ltsmip" || "${f}" == "elf32btsmip"
 EMUL_LIB_PATH.${f}:=/usr/lib/o32
-.  elif "${f}" == "elf64btsmip" || "${f}" == "elf64btsmip"
+.  elif "${f}" == "elf64ltsmip" || "${f}" == "elf64btsmip"
 EMUL_LIB_PATH.${f}:=/usr/lib/64
 .  else
 EMUL_LIB_PATH.${f}=/usr/lib



Home | Main Index | Thread Index | Old Index