From be61f8b3737ed87512a3ee534aa2ef517b0d4f79 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Tue, 2 Oct 2012 17:06:50 +0200 Subject: fix bug 436924 --- gcc-4.7.0/piepatch/01_all_gcc47_configure.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- cgit v1.2.3-65-gdbad