summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/libsa/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-10-01 20:39:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-10-01 20:39:42 +0000
commit86115c4362593330e50c16b0ca2c180cca1aa974 (patch)
treee889ca8610eac747f81a181cda1e8039b8004718 /sys/arch/mvme88k/stand/libsa/Makefile
parent160b67d66154f2cc8bc2689cdd5035ab70b08bb9 (diff)
Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy.
Also, honor default compilation options in stand/ whenever possible. This requires an up-to-date compiler, but it's not exactly like many people are going to be affected by this change...
Diffstat (limited to 'sys/arch/mvme88k/stand/libsa/Makefile')
-rw-r--r--sys/arch/mvme88k/stand/libsa/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/stand/libsa/Makefile b/sys/arch/mvme88k/stand/libsa/Makefile
index 70855eb49c4..51976db41c9 100644
--- a/sys/arch/mvme88k/stand/libsa/Makefile
+++ b/sys/arch/mvme88k/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2003/06/02 09:33:38 miod Exp $
+# $OpenBSD: Makefile,v 1.5 2003/10/01 20:39:41 miod Exp $
LIB=sa
@@ -37,8 +37,7 @@ SRCS= ${SRC_net} ${SRC_sa} ${SRC_mvme} ${SRC_here} ${SRC_kern}
DEFS= -D__INTERNAL_LIBSA_CREAD
#-DNETIF_DEBUG
INCL= -I${.CURDIR} -I${.CURDIR}/../libbug -I${S}/lib/libsa -I${S}
-COPTS= #-fno-defer-pop
-CFLAGS+= ${XCFLAGS} ${COPTS} ${DEFS} ${DBG} ${INCL} -O2
+CFLAGS+= ${XCFLAGS} ${COPTS} ${DEFS} ${DBG} ${INCL}
.PATH: ${DIR_SA} ${DIR_KERN}