commit: a1d7199cec8a296bae885481931ddea824262d88 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Feb 7 19:09:02 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Feb 7 19:09:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d7199c
profiles/prefix/darwin/macos/11.0/arm64: mask SSP with GCC Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask b/profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask new file mode 100644 index 00000000000..da062601bed --- /dev/null +++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# SSP seems to cause asm/assembly errors with GCC, so disable it +ssp
