From 864b2920277cda52e519e0c7885019c11ef28a17 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 10 Oct 1995 21:11:22 +0000 Subject: Add -fno-strength-reduce to neutralize possible bad effect of -O2 specified directly --- sys/i386/boot/netboot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/i386/boot/netboot') diff --git a/sys/i386/boot/netboot/Makefile b/sys/i386/boot/netboot/Makefile index 51a8b5f..5fb1b61 100644 --- a/sys/i386/boot/netboot/Makefile +++ b/sys/i386/boot/netboot/Makefile @@ -25,7 +25,8 @@ SRCS= start2.S main.c misc.c bootmenu.c rpc.c BINDIR= /usr/mdec BINMODE= 555 -CFLAGS= -O2 -DNFS -DROMSIZE=${ROMSIZE} -DRELOC=${RELOCADDR} -DASK_BOOT +CFLAGS= -O2 -fno-strength-reduce \ + -DNFS -DROMSIZE=${ROMSIZE} -DRELOC=${RELOCADDR} -DASK_BOOT NS8390= -DINCLUDE_WD -DWD_DEFAULT_MEM=0xD0000 NS8390+= -DINCLUDE_NE -DNE_BASE=0x320 NS8390+= -DINCLUDE_3COM -D_3COM_BASE=0x300 -- cgit v1.1