Module Name: src
Committed By: matt
Date: Wed Sep 9 04:52:47 UTC 2009
Modified Files:
src/sys/arch/pmax/conf [matt-nb5-mips64]: Makefile.pmax.inc
Log Message:
Don't convert to ECOFF if LP64
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.132.1 src/sys/arch/pmax/conf/Makefile.pmax.inc
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/pmax/conf/Makefile.pmax.inc
diff -u src/sys/arch/pmax/conf/Makefile.pmax.inc:1.5 src/sys/arch/pmax/conf/Makefile.pmax.inc:1.5.132.1
--- src/sys/arch/pmax/conf/Makefile.pmax.inc:1.5 Fri Apr 12 05:11:17 2002
+++ src/sys/arch/pmax/conf/Makefile.pmax.inc Wed Sep 9 04:52:47 2009
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile.pmax.inc,v 1.5 2002/04/12 05:11:17 lukem Exp $
+# $NetBSD: Makefile.pmax.inc,v 1.5.132.1 2009/09/09 04:52:47 matt Exp $
+.if ${MACHINE_ARCH} == "mipsel"
SYSTEM_LD_TAIL_EXTRA=; \
echo ${ELF2ECOFF} $@ [email protected]; ${ELF2ECOFF} $@ [email protected]; \
chmod 755 [email protected]
+.endif