diff options
author | 2004-02-16 19:07:19 +0000 | |
---|---|---|
committer | 2004-02-16 19:07:19 +0000 | |
commit | d38a1942323008eae884819ac4c60f2c6b3f0a6f (patch) | |
tree | ca46d1fe617b52e265ab7726835824936cc56a6b | |
parent | Regen (diff) | |
download | wireguard-openbsd-d38a1942323008eae884819ac4c60f2c6b3f0a6f.tar.xz wireguard-openbsd-d38a1942323008eae884819ac4c60f2c6b3f0a6f.zip |
give up on amd64 -O0
-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 edb033a30c9..f94a05d85b6 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2004/02/10 02:43:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.18 2004/02/16 19:07:19 deraadt Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -10,10 +10,6 @@ DEFS= -DHAVE_CONFIG_H -Wall -Wno-unused CFLAGS+=${DEFS} -I. -I${.CURDIR} -DKSH MAN= ksh.1 sh.1 -.if (${MACHINE} == "amd64") -CFLAGS+=-O0 -.endif - CLEANFILES+= siglist.out emacs.out LINKS= ${BINDIR}/ksh ${BINDIR}/rksh |