diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 01:49:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-10 01:49:11 +0000 |
commit | 20227cc57695bf6978e2cb3215e3dbbf66f729fa (patch) | |
tree | 83f0ffbc4c23655d3d99cb3f2bf88eb9d03939eb /gnu/usr.bin | |
parent | 7c651e5191828439b96b87b5c7318f45f6411ed3 (diff) |
No need to disable stack protection on alpha anymore.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/bc/Makefile.bsd-wrapper | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/bc/Makefile.bsd-wrapper b/gnu/usr.bin/bc/Makefile.bsd-wrapper index 953d6842a12..6a232303e80 100644 --- a/gnu/usr.bin/bc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/bc/Makefile.bsd-wrapper @@ -1,11 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2002/12/03 10:44:34 miod Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2002/12/10 01:49:10 miod Exp $ SUBDIR=bcwrap -.if (${MACHINE_ARCH} == "alpha") -COPTS+= -fno-stack-protector -.endif - MAN= doc/bc.1 doc/dc.1 MLINKS= bc.1 gnubc.1 LDFLAGS+= -s ${LDSTATIC} |