Module Name: src
Committed By: matt
Date: Sun Feb 14 21:50:38 UTC 2010
Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: Makefile.mips
Log Message:
We use ntrad* and so make objcopy use them too.
To generate a diff of this commit:
cvs rdiff -u -r1.50.24.5 -r1.50.24.6 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.5 src/sys/arch/mips/conf/Makefile.mips:1.50.24.6
--- src/sys/arch/mips/conf/Makefile.mips:1.50.24.5 Sat Jan 30 23:49:31 2010
+++ src/sys/arch/mips/conf/Makefile.mips Sun Feb 14 21:50:38 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.mips,v 1.50.24.5 2010/01/30 23:49:31 matt Exp $
+# $NetBSD: Makefile.mips,v 1.50.24.6 2010/02/14 21:50:38 matt Exp $
# Makefile for NetBSD
#
@@ -56,15 +56,15 @@
LDFLAGS+= -m elf64btsmip
LINKFORMAT+= -m elf64btsmip
SYSTEM_LD_TAIL_EXTRA+= \
- ;echo ${OBJCOPY} -O elf32-nbigmips $@ [email protected]; \
- ${OBJCOPY} -O elf32-nbigmips $@ [email protected]
+ ;echo ${OBJCOPY} -O elf32-ntradbigmips $@ [email protected]; \
+ ${OBJCOPY} -O elf32-ntradbigmips $@ [email protected]
.endif
.if ${MACHINE_ARCH} == "mips64el"
LDFLAGS+= -m elf64ltsmip
LINKFORMAT+= -m elf64ltsmip
SYSTEM_LD_TAIL_EXTRA+= \
- ;echo ${OBJCOPY} -O elf32-nlittlemips $@ [email protected]; \
- ${OBJCOPY} -O elf32-nlittlemips $@ [email protected]
+ ;echo ${OBJCOPY} -O elf32-ntradlittlemips $@ [email protected]; \
+ ${OBJCOPY} -O elf32-ntradlittlemips $@ [email protected]
.endif
.endif # LP64=yes
AFLAGS+= -mno-abicalls -x assembler-with-cpp -traditional-cpp ${AOPTS}