mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-util/llvm-mingw64: Filter out -mbranch-protection=
Closes: https://bugs.gentoo.org/957683 Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42516 Closes: https://github.com/gentoo/gentoo/pull/42516 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
fe7ad624aa
commit
d633b14389
@ -79,6 +79,7 @@ src_compile() {
|
||||
|
||||
filter-flags '-fuse-ld=*'
|
||||
filter-flags '-mfunction-return=thunk*' #878849
|
||||
filter-flags '-mbranch-protection=*' #957683
|
||||
|
||||
use custom-cflags || filter-flags '-fstack-protector*' #931512
|
||||
|
||||
|
||||
@ -79,6 +79,7 @@ src_compile() {
|
||||
|
||||
filter-flags '-fuse-ld=*'
|
||||
filter-flags '-mfunction-return=thunk*' #878849
|
||||
filter-flags '-mbranch-protection=*' #957683
|
||||
|
||||
use custom-cflags || filter-flags '-fstack-protector*' #931512
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user