From a1d7199cec8a296bae885481931ddea824262d88 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 7 Feb 2021 20:09:02 +0100 Subject: [PATCH] profiles/prefix/darwin/macos/11.0/arm64: mask SSP with GCC Signed-off-by: Fabian Groffen --- profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask 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 0000000000000..da062601beda0 --- /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