diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 19:30:02 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 19:30:02 +0000 |
commit | 43fce7b667be075e444ebd5979a58091cd97166c (patch) | |
tree | 6fe55d0ae04f5fbdb4618e2e265c141309727dc4 /sys/arch/mvme88k/stand/libbug | |
parent | 4ba4b9dc1e91263d6d8e54808c9bf4cee3ca39e5 (diff) |
changed loader load address.
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug')
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/Makefile b/sys/arch/mvme88k/stand/libbug/Makefile index 5fe2004ecf8..b136c867bcd 100644 --- a/sys/arch/mvme88k/stand/libbug/Makefile +++ b/sys/arch/mvme88k/stand/libbug/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1998/08/22 07:39:51 smurph Exp $ +# $OpenBSD: Makefile,v 1.5 1999/09/27 19:30:00 smurph Exp $ LIB=bug @@ -8,7 +8,7 @@ NOPROFILE= S=${.CURDIR}/../../../.. DIR_SA=$S/lib/libsa -CFLAGS+=-I${.CURDIR}/../../include -I${DIR_SA} +CFLAGS+=-O2 -I${.CURDIR}/../../include -I${DIR_SA} SRCS= delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c outln.c \ outstr.c putchar.c return.c rtc_rd.c |