From 86115c4362593330e50c16b0ca2c180cca1aa974 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 1 Oct 2003 20:39:42 +0000 Subject: 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... --- sys/arch/mvme88k/stand/libsa/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/mvme88k/stand/libsa/Makefile') 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} -- cgit v1.2.3