add -aout key to cc, size, strip - it not work for elf system

This commit is contained in:
Andrey A. Chernov 1998-11-21 21:07:17 +00:00
parent cc4b11542b
commit 468b3a66d9
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.65 1998/09/15 09:59:57 gibbs Exp $
# $Id: Makefile,v 1.66 1998/09/23 06:50:45 yokota Exp $
#
PROG= boot
@ -8,7 +8,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /usr/mdec
BINMODE= 444
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
CFLAGS= -aout -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-mno-486 \
-DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
@ -60,8 +60,8 @@ BOOTSTACK= 0xFFF0
boot.strip: boot
cp -p boot boot.strip
strip boot.strip
size boot.strip
strip -aout boot.strip
size -aout boot.strip
boot.nohdr: boot.strip
dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b