Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/
Date: Mon, 29 Dec 2014 00:06:15
Message-Id: 1419811538.06559f9d9d147ae506784b742af4aa279ec29cb8.blueness@gentoo.org@gentoo
1 commit: 06559f9d9d147ae506784b742af4aa279ec29cb8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 29 00:05:38 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 29 00:05:38 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=06559f9d
7
8 tools-uclibc: add -fno-stack-check for arm uClibc
9
10 See: http://lists.uclibc.org/pipermail/uclibc/2014-December/048738.html
11
12 ---
13 tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc b/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc
17 index ff8e3e7..e2a5ff7 100644
18 --- a/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc
19 +++ b/tools-uclibc/portage.armv7a.hardened/savedconfig/sys-libs/uclibc
20 @@ -241,7 +241,7 @@ UCLIBC_BUILD_NOEXECSTACK=y
21 # Development/debugging options
22 #
23 CROSS_COMPILER_PREFIX=""
24 -UCLIBC_EXTRA_CFLAGS=""
25 +UCLIBC_EXTRA_CFLAGS="-fno-stack-check"
26 # DODEBUG is not set
27 DOSTRIP=y
28 # DOASSERTS is not set