Source-Changes-HG archive

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

[src/trunk]: src Enable MIPS now that crunchgen works again for this arch.



details:   https://anonhg.NetBSD.org/src/rev/c8b64ae2a336
branches:  trunk
changeset: 542449:c8b64ae2a336
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jan 29 11:32:45 2003 +0000

description:
Enable MIPS now that crunchgen works again for this arch.

diffstat:

 distrib/sets/makeflist |   7 +------
 rescue/Makefile        |  13 +------------
 2 files changed, 2 insertions(+), 18 deletions(-)

diffs (53 lines):

diff -r 764de1a0fbc1 -r c8b64ae2a336 distrib/sets/makeflist
--- a/distrib/sets/makeflist    Wed Jan 29 10:34:26 2003 +0000
+++ b/distrib/sets/makeflist    Wed Jan 29 11:32:45 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.57 2002/12/10 22:00:56 fvdl Exp $
+# $NetBSD: makeflist,v 1.58 2003/01/29 11:32:46 simonb Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -144,11 +144,6 @@
                fi
        fi
 
-       # XXX MIPS does not support rescue right now.
-       if [ ${machine_cpu} = "mips" ]; then
-               continue
-       fi
-
        if [ -f $setd/lists/$setname/rescue.mi ]; then
                cat $setd/lists/$setname/rescue.mi
        fi
diff -r 764de1a0fbc1 -r c8b64ae2a336 rescue/Makefile
--- a/rescue/Makefile   Wed Jan 29 10:34:26 2003 +0000
+++ b/rescue/Makefile   Wed Jan 29 11:32:45 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2002/10/17 01:49:18 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2003/01/29 11:32:45 simonb Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -30,20 +30,9 @@
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
 
-# XXX Make sure to update distrib/sets/makeflist when this conditional
-# XXX is changed or removed.
-.if ${MACHINE_CPU} == "mips"                                           # {
-
-realall install:
-       @echo "WARNING: src/rescue not built on ${MACHINE_ARCH} due to broken crunchgen"
-
-.else                                                                  # } {
-
 realall: ${CRUNCHBIN}
 
 install: ${CRUNCHBIN}
        ${PARSELIST} -v mode=install ${LISTS} | ${MAKE} -f - install
 
-.endif                                                                 # }
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index