Module Name: src
Committed By: matt
Date: Fri Aug 21 17:34:09 UTC 2009
Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: Makefile.mips
Log Message:
Use LINKFORMAT, not LINKFLAGS.
To generate a diff of this commit:
cvs rdiff -u -r1.50.24.1 -r1.50.24.2 src/sys/arch/mips/conf/Makefile.mips
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/conf/Makefile.mips
diff -u src/sys/arch/mips/conf/Makefile.mips:1.50.24.1 src/sys/arch/mips/conf/Makefile.mips:1.50.24.2
--- src/sys/arch/mips/conf/Makefile.mips:1.50.24.1 Thu Aug 20 07:32:11 2009
+++ src/sys/arch/mips/conf/Makefile.mips Fri Aug 21 17:34:09 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.mips,v 1.50.24.1 2009/08/20 07:32:11 matt Exp $
+# $NetBSD: Makefile.mips,v 1.50.24.2 2009/08/21 17:34:09 matt Exp $
# Makefile for NetBSD
#
@@ -54,11 +54,11 @@
.endif
.if ${MACHINE_ARCH} == "mips64eb"
LDFLAGS+= -m elf64btsmip
-LINKFLAGS+= -m elf64btsmip
+LINKFORMAT+= -m elf64btsmip
.endif
.if ${MACHINE_ARCH} == "mips64el"
LDFLAGS+= -m elf64ltsmip
-LINKFLAGS+= -m elf64ltsmip
+LINKFORMAT+= -m elf64ltsmip
.endif
.endif # LP64=yes
AFLAGS+= -mno-abicalls -x assembler-with-cpp -traditional-cpp ${AOPTS}