aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2012-10-02 17:06:50 +0200
committerMagnus Granberg <zorry@gentoo.org>2012-10-02 17:06:50 +0200
commitbe61f8b3737ed87512a3ee534aa2ef517b0d4f79 (patch)
tree7afc68c18139dd07480f0a47cf068de57856ea18
parentadd changelog to upstream patches (diff)
downloadhardened-gccpatchset-be61f8b3737ed87512a3ee534aa2ef517b0d4f79.tar.gz
hardened-gccpatchset-be61f8b3737ed87512a3ee534aa2ef517b0d4f79.tar.bz2
hardened-gccpatchset-be61f8b3737ed87512a3ee534aa2ef517b0d4f79.zip
fix bug 436924
-rw-r--r--gcc-4.7.0/piepatch/01_all_gcc47_configure.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch b/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch
index e79ea25..3823f1b 100644
--- a/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch
+++ b/gcc-4.7.0/piepatch/01_all_gcc47_configure.patch
@@ -147,7 +147,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can default to use -fstack-protector" >&5
+$as_echo_n "checking if we can default to use -fstack-protector... " >&6; }
+ ssp_link_test=no
-+ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = yes; then
++ if test x$gcc_cv_libc_provides_ssp = xyes && test x$set_have_as_tls = xyes; then
+ if $EGREP '^ *#[ ]*define[ ]+__UCLIBC__[ ]+1' \
+ $target_header_dir/features.h > /dev/null; then
+ if test -f $target_header_dir/bits/uClibc_config.h && \