projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8495830
)
Check availavility of -fstack-protector-all
author
Juan Quintela
<quintela@redhat.com>
Tue, 19 Jan 2010 23:56:23 +0000
(
00:56
+0100)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 26 Jan 2010 20:59:20 +0000
(14:59 -0600)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 4d81f55f22b4ad9666e067130b07914681fb95f1..1f6de4149f8038bd1d03435f9d3062abd105c677 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-102,7
+102,7
@@
QEMU_CFLAGS="-D_FORTIFY_SOURCE=2 $QEMU_CFLAGS"
QEMU_CFLAGS="-I. -I\$(SRC_PATH) $QEMU_CFLAGS"
LDFLAGS="-g $LDFLAGS"
-gcc_flags="-Wold-style-declaration -Wold-style-definition"
+gcc_flags="-Wold-style-declaration -Wold-style-definition
-fstack-protector-all
"
cat > $TMPC << EOF
int main(void) { }
EOF