diff options
author | 2024-03-11 23:02:42 +0100 | |
---|---|---|
committer | 2024-03-11 23:02:42 +0100 | |
commit | 3d55246003790671439e77172116e11f4976c731 (patch) | |
tree | da02c3ba00cd8ced8c26a662b78b3139a2ab975f /profiles | |
parent | media-video/mplayer: mark as LTO-unsafe (diff) | |
download | gentoo-3d55246003790671439e77172116e11f4976c731.tar.gz gentoo-3d55246003790671439e77172116e11f4976c731.tar.bz2 gentoo-3d55246003790671439e77172116e11f4976c731.zip |
profiles: package.use.mask cet on musl
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.use.mask | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index ad58f4dbf0dd..84477b026a42 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-03-11) +# Only works properly with glibc +dev-debug/gdb cet +sys-devel/binutils cet +sys-devel/binutils-hppa64 cet +sys-devel/gcc cet +sys-libs/binutils-libs cet +sys-libs/glibc cet + # Violet Purcell <vimproved@inventati.org> (2024-01-25) # f16c support in gtk4 requires the ifunc attribute, which # is not available on musl. There is a configure check for |