Hello, Here is a patch which enables stack protector feature for Android targets. OK for google/gcc-4_6_2-mobile branch?
Thanks, Ilya -- 2012-02-21 Enkovich Ilya <ilya.enkov...@intel.com> * gcc/configure.ac : Enable stack protector for Android target. * gcc/configure : Regenerated. Index: gcc/configure.ac =================================================================== --- gcc/configure.ac (revision 184395) +++ gcc/configure.ac (working copy) @@ -4389,6 +4389,8 @@ gcc_cv_libc_provides_ssp, [gcc_cv_libc_provides_ssp=no case "$target" in + *-android-*) + gcc_cv_libc_provides_ssp=yes;; *-*-linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu) [# glibc 2.4 and later provides __stack_chk_fail and # either __stack_chk_guard, or TLS access to stack guard canary.