diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-18 02:14:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-18 02:14:29 +0000 |
commit | c67b24679a834b24c3bdc58977a11ccc15115663 (patch) | |
tree | 789bdfffb069101b6b3f61ae5b6556a15b21daa6 | |
parent | 497c046f8128ff6628999db3e8809c225fc045cd (diff) |
no assembly listing
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 4 |
1 files 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 \ |