Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/11.0/arm64/gcc/
Date: Sun, 07 Feb 2021 19:09:37
Message-Id: 1612724942.a1d7199cec8a296bae885481931ddea824262d88.grobian@gentoo
1 commit: a1d7199cec8a296bae885481931ddea824262d88
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 19:09:02 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 19:09:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d7199c
7
8 profiles/prefix/darwin/macos/11.0/arm64: mask SSP with GCC
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask b/profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask
16 new file mode 100644
17 index 00000000000..da062601bed
18 --- /dev/null
19 +++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/use.mask
20 @@ -0,0 +1,5 @@
21 +# Copyright 1999-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +# SSP seems to cause asm/assembly errors with GCC, so disable it
25 +ssp