From 56801073c0be0222c171e291958065d354c2dc38 Mon Sep 17 00:00:00 2001 From: Steve Murphree Date: Tue, 15 Sep 1998 04:01:23 +0000 Subject: Stuff --- sys/arch/mvme88k/conf/M187 | 2 +- sys/arch/mvme88k/conf/Makefile.mvme88k | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'sys/arch/mvme88k/conf') diff --git a/sys/arch/mvme88k/conf/M187 b/sys/arch/mvme88k/conf/M187 index a3454cc9819..213dcc9357a 100644 --- a/sys/arch/mvme88k/conf/M187 +++ b/sys/arch/mvme88k/conf/M187 @@ -2,7 +2,7 @@ # This configuration file contains all possible options # -machine m88k +machine mvme88k maxusers 8 diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 154ea761bff..e104e579ab9 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,5 +1,5 @@ # @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91 -# $Id: Makefile.mvme88k,v 1.3 1997/09/15 02:40:32 deraadt Exp $ +# $Id: Makefile.mvme88k,v 1.4 1998/09/15 04:01:22 smurph Exp $ # # Makefile for NetBSD # @@ -22,11 +22,13 @@ # DEBUG is set to -g by config if debugging is requested (config -g). # PROF is set to -pg by config if profiling is requested (config -p). -AS= as ${DEBUG} +DESTDIR=/usr/cross/mvme88k +DESTBIN=${DESTDIR}/usr/m88k-unknown-openbsd2.2/bin +AS= ${DESTBIN}/as ${DEBUG} AWK= awk -CC= cc ${DEBUG} +CC= ${DESTBIN}/gcc ${DEBUG} CPP= cpp -LD= ld +LD= ${DESTBIN}/ld TOUCH= touch -f -c .ifndef HOSTCC -- cgit v1.2.3