mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
toolchain.eclass: filter out -Wextra -Wstack-protector
On gcc-3.x -Wextra -Wstack-protector were not yet present. These options are seen occasionally in users' CFLAGS. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -1507,6 +1507,8 @@ gcc_do_filter_flags() {
|
||||
filter-flags -f{no-,}unit-at-a-time -f{no-,}web -mno-tls-direct-seg-refs
|
||||
filter-flags -f{no-,}stack-protector{,-all}
|
||||
filter-flags -fvisibility-inlines-hidden -fvisibility=hidden
|
||||
# and warning options
|
||||
filter-flags -Wextra -Wstack-protector
|
||||
fi
|
||||
if ! tc_version_is_at_least 4.1 ; then
|
||||
filter-flags -fdiagnostics-show-option
|
||||
|
||||
Reference in New Issue
Block a user