diff options
author | 2003-08-11 09:41:31 +0000 | |
---|---|---|
committer | 2003-08-11 09:41:31 +0000 | |
commit | 7e693e20d2c215ce51f1a1f5b0116d12df921478 (patch) | |
tree | c7a1d8ee2b05e63a630146485ac9098be055dce4 | |
parent | during probe there is no need to map the whole hpa space. only rom is needed. also do not map too much of rom (diff) | |
download | wireguard-openbsd-7e693e20d2c215ce51f1a1f5b0116d12df921478.tar.xz wireguard-openbsd-7e693e20d2c215ce51f1a1f5b0116d12df921478.zip |
I can not reproduce the ksh -O1 issues anymore on mvme88k with the latest
snapshot, so stop disabling optimization.
-rw-r--r-- | bin/ksh/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile index 2786d44a09d..7a8401cea3c 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2003/08/08 22:32:10 miod Exp $ +# $OpenBSD: Makefile,v 1.15 2003/08/11 09:41:31 miod Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -31,7 +31,3 @@ check test: /bin/sh ${.CURDIR}/tests/th.sh ${.CURDIR}/tests/th -s ${.CURDIR}/tests -p ./ksh -C pdksh,sh,ksh,posix,posix-upu .include <bsd.prog.mk> - -.if (${MACHINE_ARCH} == "m88k") -CFLAGS+= -O0 -.endif |