Module Name: src
Committed By: joerg
Date: Tue Apr 5 10:48:48 UTC 2011
Modified Files:
src/external/gpl3/binutils/usr.bin/ld: Makefile
Log Message:
Fix typo to embed the right path for N64
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/external/gpl3/binutils/usr.bin/ld/Makefile:1.9
--- src/external/gpl3/binutils/usr.bin/ld/Makefile:1.8 Mon Dec 14 15:49:19 2009
+++ src/external/gpl3/binutils/usr.bin/ld/Makefile Tue Apr 5 10:48:47 2011
@@ -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