summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/pc98/boot2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index 8c9b84e..c743472 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}
OpenPOWER on IntegriCloud