Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/conf Nuke the CROSSDIR stuff.



details:   https://anonhg.NetBSD.org/src/rev/99aa1f3d3f10
branches:  trunk
changeset: 539155:99aa1f3d3f10
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Nov 09 18:12:09 2002 +0000

description:
Nuke the CROSSDIR stuff.

diffstat:

 sys/arch/mips/conf/Makefile.mips |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (27 lines):

diff -r 8e8a9ff5c812 -r 99aa1f3d3f10 sys/arch/mips/conf/Makefile.mips
--- a/sys/arch/mips/conf/Makefile.mips  Sat Nov 09 12:27:53 2002 +0000
+++ b/sys/arch/mips/conf/Makefile.mips  Sat Nov 09 18:12:09 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mips,v 1.28 2002/11/09 07:31:08 thorpej Exp $
+#      $NetBSD: Makefile.mips,v 1.29 2002/11/09 18:12:09 thorpej Exp $
 
 # Makefile for NetBSD
 #
@@ -21,17 +21,6 @@
 NEED_OWN_INSTALL_TARGET?=no
 .include <bsd.own.mk>
 
-AR?=           ${CROSSDIR}ar
-AS?=           ${CROSSDIR}as
-CC?=           ${CROSSDIR}cc
-LD?=           ${CROSSDIR}ld
-NM?=           ${CROSSDIR}nm
-RANLIB?=       ${CROSSDIR}ranlib
-SIZE?=         ${CROSSDIR}size
-STRIP?=                ${CROSSDIR}strip
-TSORT?=                ${CROSSDIR}tsort -q
-OBJCOPY?=      ${CROSSDIR}objcopy
-
 ##
 ## (1) port identification
 ##



Home | Main Index | Thread Index | Old Index