From 60cb964e1fd2331910158d312b0ddb65ff3600ba Mon Sep 17 00:00:00 2001 From: mickey Date: Fri, 18 Apr 1997 02:14:28 +0000 Subject: [PATCH] no assembly listing --- sys/arch/i386/stand/libsa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index b2f03c14fe8..e51dd626693 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1997/04/18 01:28:01 mickey Exp $ +# $OpenBSD: Makefile,v 1.10 1997/04/18 02:14:28 mickey Exp $ LIB= sa @@ -12,7 +12,7 @@ CFLAGS+=-DSTART=$(START) -DHEAP_LIMIT=$(HEAP_LIMIT) CFLAGS+=${DEBUGFLAGS} -I${.CURDIR} -I${.CURDIR}/.. CFLAGS+=-I$(S)/lib/libsa -I$(S) AS+= -R -AS+= -Wa,-a +#AS+= -Wa,-a # i386 stuff (so, it will possibly load in the same 64k) SRCS= unixsys.S bioscom.S biosdisk.S bioskbd.S biostime.S biosmem.S gidt.S \ -- 2.20.1