summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifeng Li <tomli@tomli.me>2023-04-24 05:56:14 +0000
committerSam James <sam@gentoo.org>2023-04-24 21:11:57 +0100
commit072ae8f5092b262a2c0007cdaed180895f665471 (patch)
tree5f3371c07690d023f1b058e142ea70b68a794e9a /sys-devel
parentbootstrap-prefix.sh: use --disable-darwin-at-rpath in stage2 (diff)
downloadprefix-072ae8f5092b262a2c0007cdaed180895f665471.tar.gz
prefix-072ae8f5092b262a2c0007cdaed180895f665471.tar.bz2
prefix-072ae8f5092b262a2c0007cdaed180895f665471.zip
sys-devel/gcc: unmask macOS for gcc-12.2.0
This commit reintroduces the keywords for macOS on both x64 and ARM64, which were previously masked. In commit 4528ff80dbcde18a90c4dfe64e8a3bd42fbfbf41, the bootstrap script has been patched to allow the use of sys-devel/gcc-12.2.0 on macOS. The previous mask is no longer necessary. Bug: https://bugs.gentoo.org/895334 Signed-off-by: Yifeng Li <tomli@tomli.me> Closes: https://github.com/gentoo/prefix/pull/26 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-12.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-12.2.0.ebuild b/sys-devel/gcc/gcc-12.2.0.ebuild
index 20a8ca2ca6..9c981d806b 100644
--- a/sys-devel/gcc/gcc-12.2.0.ebuild
+++ b/sys-devel/gcc/gcc-12.2.0.ebuild
@@ -15,7 +15,7 @@ inherit toolchain
if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
# fails to compile on Solaris and macOS, need to check why
: KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
- KEYWORDS="~x64-solaris ~x86-solaris"
+ KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris ~x86-solaris"
fi
# use alternate source for Apple M1 (also works for x86_64)