summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-30 19:46:46 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-30 19:46:46 -0700
commit85d9d2f3a089f747177895b115ca2186f34b0122 (patch)
tree76a20d28c5024d6af2520e79e936fd936cf3dba7 /debug
parenta9a04420818e1ab0a49838e2eb83ebb66baaeaac (diff)
Add CFLAGS definition missing from last patch.
Diffstat (limited to 'debug')
-rw-r--r--debug/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 99c8092074..d7c51ca85f 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.