diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-16 19:07:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-16 19:07:20 +0000 |
commit | bdf34f568dd0d928376a2fad4bf19461b0e35e25 (patch) | |
tree | 4a1de621a9e132a10339a06f454dddba05d982e2 | |
parent | 22ec674bc90f6638fc8c248a3011c3de239baa54 (diff) |
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 |