(Part 4 of 4) (re)Roll out "-fstack-protector-strong" which replaces

"-fstack-protector-all".

Rollout gcc-4.6.0 ebuild r12 that support a new stack protection
option "-fstack-protector-strong".

BUG=None
TEST=manually - build amd64-generic and x86-zgb from scratch.

Change-Id: I35dc315ef376467256266a62cf9e584b8bb3c8e5
Reviewed-on: https://gerrit.chromium.org/gerrit/13546
Tested-by: Han Shen <shenhan@google.com>
Reviewed-by: Han Shen <shenhan@chromium.org>
Reviewed-by: asharif <asharif@chromium.org>
Commit-Ready: Han Shen <shenhan@chromium.org>
This commit is contained in:
Han Shen 2011-12-29 15:52:59 -08:00 committed by Gerrit
parent f1c1087618
commit 0628fadf9d

View File

@ -48,7 +48,7 @@ DEFINE_boolean force $FLAGS_FALSE \
"Force re-creating board root." "Force re-creating board root."
DEFINE_string binutils_version "2.21-r3" \ DEFINE_string binutils_version "2.21-r3" \
"Version of binutils to use." "Version of binutils to use."
DEFINE_string gcc_version "4.6.0-r10" \ DEFINE_string gcc_version "4.6.0-r12" \
"Version of gcc to use." "Version of gcc to use."
DEFINE_string libc_version "2.11.1-r3" \ DEFINE_string libc_version "2.11.1-r3" \
"Version of libc to use." "Version of libc to use."