diff options
author | Sam James <sam@gentoo.org> | 2024-08-18 06:09:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-18 06:09:33 +0100 |
commit | 16e9bca6206d6724aea3bfc52b59aac2362042f9 (patch) | |
tree | 02a8c931de047a47bd512fd286f7d81992850b12 /sys-devel | |
parent | xfce-base/thunar: Stabilize 4.18.11 x86, #938027 (diff) | |
download | gentoo-16e9bca6206d6724aea3bfc52b59aac2362042f9.tar.gz gentoo-16e9bca6206d6724aea3bfc52b59aac2362042f9.tar.bz2 gentoo-16e9bca6206d6724aea3bfc52b59aac2362042f9.zip |
sys-devel/gcc: keyword 14.2.1_p20240817
This has an important fix for the size of generated code w/ CET.
Bug: https://gcc.gnu.org/PR116174
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-14.2.1_p20240817.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-14.2.1_p20240817.ebuild b/sys-devel/gcc/gcc-14.2.1_p20240817.ebuild index a4285b216d5e..6e09c541c2e3 100644 --- a/sys-devel/gcc/gcc-14.2.1_p20240817.ebuild +++ b/sys-devel/gcc/gcc-14.2.1_p20240817.ebuild @@ -26,7 +26,7 @@ if tc_is_live ; then EGIT_BRANCH=releases/gcc-$(ver_cut 1) elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then # m68k doesnt build (ICE, bug 932733) - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" :; fi |