commit:     7d15fd4d51ab0977a2d4db8ecb69044b98c0aca9
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sat Jun  1 09:02:35 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sat Jun  1 16:54:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=7d15fd4d

dlang-compilers-r1.eclass: Add gdc-14 targets

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 eclass/dlang-compilers-r1.eclass | 1 +
 profiles/use.desc                | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/eclass/dlang-compilers-r1.eclass b/eclass/dlang-compilers-r1.eclass
index 8bc231b..ebf76b4 100644
--- a/eclass/dlang-compilers-r1.eclass
+++ b/eclass/dlang-compilers-r1.eclass
@@ -67,6 +67,7 @@ readonly _DLANG_DMD_FRONTENDS=(
 readonly _DLANG_GDC_FRONTENDS=(
        "12 2.100 ~amd64 ~arm64 ~x86"
        "13 2.103 ~amd64 ~arm64 ~x86"
+       "14 2.108 ~amd64 ~arm64 ~x86"
 )
 
 # @ECLASS_VARIABLE: _DLANG_LDC2_FRONTENDS

diff --git a/profiles/use.desc b/profiles/use.desc
index 9900ee5..b6e09ae 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -9,6 +9,7 @@ dlang_single_target_dmd-2_108 - Build for DMD 2.108 only
 
 dlang_single_target_gdc-12 - Build for GCC 12 only
 dlang_single_target_gdc-13 - Build for GCC 13 only
+dlang_single_target_gdc-14 - Build for GCC 14 only
 
 dlang_single_target_ldc2-1_32 - Build for ldc2 1.32 only
 dlang_single_target_ldc2-1_33 - Build for ldc2 1.33 only
@@ -29,6 +30,7 @@ dlang_targets_dmd-2_108 - Build with DMD 2.108
 
 dlang_targets_gdc-12 - Build with GCC 12
 dlang_targets_gdc-13 - Build with GCC 13
+dlang_targets_gdc-14 - Build with GCC 14
 
 dlang_targets_ldc2-1_32 - Build with ldc2 1.32
 dlang_targets_ldc2-1_33 - Build with ldc2 1.33

Reply via email to