diff options
| author | christos <christos@NetBSD.org> | 2006-12-03 18:17:36 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-12-03 18:17:36 +0000 |
| commit | fd2ea8ece610c9fe573d85ac4a4148a3cd9abe8d (patch) | |
| tree | 38db3da3c19f5f5db32fe1aa6239b9cfa31f6d78 /gnu/usr.bin | |
| parent | 1ef246e3073679917f7758ec62de5633f22e29eb (diff) | |
kill statck protector warning completely because more files use alloca than
then ones that don't.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gdb53/gdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb53/gdb/Makefile b/gnu/usr.bin/gdb53/gdb/Makefile index 94f86e8331d..c4e177d4e59 100644 --- a/gnu/usr.bin/gdb53/gdb/Makefile +++ b/gnu/usr.bin/gdb53/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/02 13:36:33 mrg Exp $ +# $NetBSD: Makefile,v 1.8 2006/12/03 18:17:36 christos Exp $ .include <bsd.own.mk> @@ -84,6 +84,7 @@ DPADD+= ${LIBOPCODESDIR}/libopcodes.a \ ${LIBTERMCAP} \ ${LIBIBERTYDIR}/libiberty.a \ +COPTS += -Wno-stack-protector .PATH: ${DIST}/gdb ${DIST}/gdb/mi ${DIST}/gdb/cli ${DIST}/gdb/tui \ ${DIST}/gdb/signals ${DIST}/gdb/doc ${.CURDIR}/../arch/${MACHINE_ARCH} |
