diff options
author | Sam James <sam@gentoo.org> | 2023-04-18 10:45:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-18 10:46:00 +0100 |
commit | 70f21b8bd7fd130067ab5d4798371ae0ef7c6ea6 (patch) | |
tree | bd82482d5448ed1fff29357b93fd041e034764e4 /sys-devel | |
parent | app-text/highlight: enable lua5-4, luajit (diff) | |
download | gentoo-70f21b8bd7fd130067ab5d4798371ae0ef7c6ea6.tar.gz gentoo-70f21b8bd7fd130067ab5d4798371ae0ef7c6ea6.tar.bz2 gentoo-70f21b8bd7fd130067ab5d4798371ae0ef7c6ea6.zip |
toolchain.eclass: wire up modula-2 frontend support for GCC 13; disable Rust for 13
- Wire up modula-2 frontend support for GCC 13 as USE=modula2
- Drop Rust for GCC 13, upstream are going to make it fatal for configure
for 13.1, but may revisit for 13.2 (not sure how likely that is, though, it depends
on how much ends up backported). Rust will be available for GCC 14 though. We will
revisit if changes occur, of course.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml index da28d6809a07..a0aff53697da 100644 --- a/sys-devel/gcc/metadata.xml +++ b/sys-devel/gcc/metadata.xml @@ -74,6 +74,7 @@ other programs with LTO. This USE flag is for whether GCC itself is built and optimized with LTO. </flag> + <flag name="modula2">Build the GCC Modula-2 language frontend.</flag> <flag name="mpx">Enable support for Intel Memory Protection Extensions (MPX)</flag> <flag name="nptl">Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)</flag> <flag name="objc">Build support for the Objective C code language</flag> |