diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-04-24 04:29:13 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-04-24 04:29:13 +0000 |
| commit | 5d6d02b1e2013806a1136a8e2150a12c111d103f (patch) | |
| tree | 15afa5e60963d8c21ccae177333a4768679c58d6 | |
| parent | 742958ce9d99a4e764d74b66ed04e27fe263ae09 (diff) | |
Notes
| -rw-r--r-- | sys/boot/pc98/boot2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 8c9b84e624a0..c7434725ccc7 100644 --- a/sys/boot/pc98/boot2/Makefile +++ b/sys/boot/pc98/boot2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1999/01/04 08:02:13 kato Exp $ +# $Id: Makefile,v 1.1 1999/02/03 08:39:08 kato Exp $ # PROG= boot @@ -8,8 +8,8 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c BINDIR= /boot BINMODE= 444 -CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ - -mno-486 \ +CFLAGS= -Os -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ + -mno-486 -mrtd \ -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} CFLAGS+= ${CWARNFLAGS} |
