diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-02-07 20:09:02 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-02-07 20:09:02 +0100 |
commit | a1d7199cec8a296bae885481931ddea824262d88 (patch) | |
tree | 3571a247fab3069eae412895fc77169eb87c820b /profiles | |
parent | profiles/prefix/darwin/macos/11.0/arm64: add gcc subprofile (diff) | |
download | gentoo-a1d7199cec8a296bae885481931ddea824262d88.tar.gz gentoo-a1d7199cec8a296bae885481931ddea824262d88.tar.bz2 gentoo-a1d7199cec8a296bae885481931ddea824262d88.zip |
profiles/prefix/darwin/macos/11.0/arm64: mask SSP with GCC
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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 000000000000..da062601beda --- /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 |