aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/configure')
-rwxr-xr-xgcc-4.4.3/gcc/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/configure b/gcc-4.4.3/gcc/configure
index 8e79dc560..dd06087d5 100755
--- a/gcc-4.4.3/gcc/configure
+++ b/gcc-4.4.3/gcc/configure
@@ -24653,6 +24653,11 @@ else
$glibc_header_dir/bits/uClibc_config.h > /dev/null; then
gcc_cv_libc_provides_ssp=yes
fi
+ # all versions of Bionic support stack protector
+ elif test -f $glibc_header_dir/sys/cdefs.h \
+ && $EGREP '^[ ]*#[ ]*define[ ]+__BIONIC__[ ]+1' \
+ $glibc_header_dir/sys/cdefs.h > /dev/null; then
+ gcc_cv_libc_provides_ssp=yes
fi
;;
*-*-gnu*)