diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-02-16 00:13:23 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-02-16 00:13:23 +0000 |
commit | 2713b15b3db2be7a272244702deaa00bb955198b (patch) | |
tree | 33f687791e892c6e919546a534bc895866b505b5 /sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc | |
parent | 9c4fda775695243450930786c3a558ec235d53a4 (diff) |
Fixes for mvme68k tape and disk bootloaders.
fix argument parsing for disk and tape boot
bootsd/boot.c
bugcrt/m68k/Makefile.inc
tape boot was broken completely
bootst/bootst.c
minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30).
writvid/wrtvid.c
Diffstat (limited to 'sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc')
-rw-r--r-- | sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc b/sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc index e69de29bb2d..f44c6aa6c1d 100644 --- a/sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc +++ b/sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc @@ -0,0 +1 @@ +CFLAGS+=-fomit-frame-pointer |