From 0b39ba0208f5efa20b019e767244423d44d74693 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 1 Jun 2007 16:54:11 +0000 Subject: [PATCH] This LDFLAGS setting looks like a copy&pasto --- regress/lib/libc/ssp/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/lib/libc/ssp/Makefile.inc b/regress/lib/libc/ssp/Makefile.inc index 40383d15c9aa..2127b9fec546 100644 --- a/regress/lib/libc/ssp/Makefile.inc +++ b/regress/lib/libc/ssp/Makefile.inc @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.inc,v 1.1 2007/05/31 21:51:49 christos Exp $ +# $NetBSD: Makefile.inc,v 1.2 2007/06/01 16:54:11 martin Exp $ WARNS= 4 CPPFLAGS+=-D_FORTIFY_SOURCE=2 CFLAGS+=-fstack-protector-all -Wstack-protector -LDFLAGS+=-fstack-protector-all -Wstack-protector # Bootstrap hack