diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-13 09:47:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-13 09:47:07 +0000 |
commit | 2aee6672095216b72d2b936eb520c859f0ee4ae3 (patch) | |
tree | f6fc725f240ad5358ef510aaaec50d6e6d377eb7 /sys/arch/luna88k | |
parent | 9d2c877b284a095dcd7cd037d3313eb14c89a6ca (diff) |
Remove compiler options workarounds for savectx breakage.
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 0765d7e1435..3b730a24de6 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.4 2004/07/02 13:58:15 miod Exp $ +# $OpenBSD: Makefile.luna88k,v 1.5 2004/07/13 09:47:05 miod Exp $ # # Makefile for OpenBSD # @@ -43,7 +43,7 @@ CMACHFLAGS= -mno-check-zero-division -mmemcpy \ .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif -COPTS?= -O2 -fno-rerun-cse-after-loop +COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE ${CMACHFLAGS} LINKFLAGS= -N -Ttext 0x20000 -e start |