commit: 06559f9d9d147ae506784b742af4aa279ec29cb8 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Dec 29 00:05:38 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Dec 29 00:05:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=06559f9d
tools-uclibc: add -fno-stack-check for arm uClibc See: http://lists.uclibc.org/pipermail/uclibc/2014-December/048738.html --- tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc b/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc index ff8e3e7..e2a5ff7 100644 --- a/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc +++ b/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc @@ -241,7 +241,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # Development/debugging options # CROSS_COMPILER_PREFIX="" -UCLIBC_EXTRA_CFLAGS="" +UCLIBC_EXTRA_CFLAGS="-fno-stack-check" # DODEBUG is not set DOSTRIP=y # DOASSERTS is not set
