summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-25 21:10:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-25 21:10:27 +0000
commitd540911a9d2fc11ce87324bbeb09d3ed09efc100 (patch)
tree044c99254d96ead2fba200f94f577c6700507431 /sys/arch/mvme68k
parent7fdd0b4f5f1150954e76eae066b86bdec5c40fb5 (diff)
No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already
set from <sys.mk>
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index 26dd4ab3205..a3fddfe16a7 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme68k,v 1.18 2002/12/02 09:00:24 miod Exp $
+# $OpenBSD: Makefile.mvme68k,v 1.19 2002/12/25 21:10:26 miod Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -21,10 +21,6 @@
.include <bsd.own.mk>
-AS?= as
-CC?= cc
-CPP?= cpp
-LD?= ld
MKDEP?= mkdep
SIZE?= size
STRIP?= strip
@@ -49,7 +45,7 @@ CMACHFLAGS= -m68060 -Wa,-m68030
.endif
CMACHFLAGS+= -msoft-float -fno-stack-protector
-COPTS?= -O2
+COPTS?= -O2
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -Ttext 0x10000 -z -e start