mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
toolchain.eclass: filter out -Wstack-protector for gcc-4.0
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1512,6 +1512,7 @@ gcc_do_filter_flags() {
|
||||
fi
|
||||
if ! tc_version_is_at_least 4.1 ; then
|
||||
filter-flags -fdiagnostics-show-option
|
||||
filter-flags -Wstack-protector
|
||||
fi
|
||||
|
||||
if tc_version_is_at_least 3.4 ; then
|
||||
|
||||
Reference in New Issue
Block a user