mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
toolchain.eclass: filter -fopenmp
When bootstrapping, if libgomp hasn't been built yet, GCC will error out as it can't find libgomp.spec. Closes: https://bugs.gentoo.org/966882 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
4f36c6b33e
commit
775295e04c
@ -2145,6 +2145,8 @@ gcc_do_filter_flags() {
|
||||
|
||||
# Avoid shooting self in foot
|
||||
filter-flags '-mabi*' -m31 -m32 -m64
|
||||
# gcc will try to find libgomp.spec, which may not exist yet (bug #966882)
|
||||
filter-flags -fopenmp
|
||||
|
||||
# bug #490738
|
||||
filter-flags -frecord-gcc-switches
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user