projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9a0442
)
Add CFLAGS definition missing from last patch.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 31 Jul 2009 02:46:46 +0000
(19:46 -0700)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 31 Jul 2009 02:46:46 +0000
(19:46 -0700)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index
99c8092
..
d7c51ca
100644
(file)
--- 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.