From 85d9d2f3a089f747177895b115ca2186f34b0122 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 Jul 2009 19:46:46 -0700 Subject: [PATCH] Add CFLAGS definition missing from last patch. --- debug/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debug/Makefile b/debug/Makefile index 99c8092..d7c51ca 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -82,6 +82,8 @@ CFLAGS-recv_chk.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom_chk.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-tst-longjmp_chk.c = -fexceptions -fasynchronous-unwind-tables \ -D_FORTIFY_SOURCE=1 +CFLAGS-tst-longjmp_chk2.c = -fexceptions -fasynchronous-unwind-tables \ + -D_FORTIFY_SOURCE=1 # We know these tests have problems with format strings, this is what # we are testing. Disable that warning. -- 2.7.4