diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-02-18 11:21:20 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-02-18 11:21:20 +0000 |
commit | dd05823e1cc2b8321d39b8837838b2300d4c5c41 (patch) | |
tree | af401c01da7a9136df847c2d314e068304979307 /sys/arch/i386 | |
parent | b738f280625b79a3c20c1f68908d66ac8bf36c1c (diff) |
Compile with -fno-strength-reduce for now
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 36c2caca8b9..308c00c4bfc 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -32,7 +32,7 @@ I386= ../.. INCLUDES= -I. -I$S/arch -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -Di386 -CFLAGS= -O6 -Werror ${COPTS} +CFLAGS= -O6 -fno-strength-reduce -Werror ${COPTS} LOAD_ADDRESS= F8100000 ### find out what to use for libkern |