commit: 27b00d0bf62eaff1372caca0be30e237282adbb3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Mar 31 16:47:21 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Mar 31 16:48:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b00d0b
profiles: mask >=gcc-14 for aarch64_be Bug: https://bugs.gentoo.org/948045 Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118891 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/arm64/big-endian/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/arch/arm64/big-endian/package.mask b/profiles/arch/arm64/big-endian/package.mask new file mode 100644 index 000000000000..a0d604e7b0ee --- /dev/null +++ b/profiles/arch/arm64/big-endian/package.mask @@ -0,0 +1,9 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License, v2 + +# Andreas K. Hüttel <[email protected]> (2025-03-31) +# gcc-14 fails to build (no idea about gcc-15 but upstream says +# 14/15 regression) +# https://bugs.gentoo.org/948045 +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118891 +>=sys-devel/gcc-14
