]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
gcc: Fix typo in patch.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Oct 2012 10:24:17 +0000 (12:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Oct 2012 10:24:17 +0000 (12:24 +0200)
gcc/gcc.nm
gcc/patches/gcc-4.7.0-piepatch-20120518.patch

index 2723547c9f0827d73671cf20706b82c74e8e7e94..2937ab62633190e509644923a2ee83e20646016e 100644 (file)
@@ -8,7 +8,7 @@ build_cloog_ppl = 1
 
 name       = gcc
 version    = 4.7.2
-release    = 1
+release    = 2
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 groups     = Development/Compilers
index 813713d6323f779f416b7bf3b7d4457230c88057..d8f430ce98fdf570886508b546c12c91cbaf6a8b 100644 (file)
@@ -383,7 +383,7 @@ diff -Nur gcc-4.7.0-vanilla/gcc/configure gcc-4.7.0/gcc/configure
 +  { $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 && \