diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-06-01 12:02:35 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-06-01 19:54:01 +0300 |
commit | 7d15fd4d51ab0977a2d4db8ecb69044b98c0aca9 (patch) | |
tree | da1acd58ee03f07316aec53e89aa280c333b742f | |
parent | dev-util/gdmd: add 14 (diff) | |
download | dlang-7d15fd4d51ab0977a2d4db8ecb69044b98c0aca9.tar.gz dlang-7d15fd4d51ab0977a2d4db8ecb69044b98c0aca9.tar.bz2 dlang-7d15fd4d51ab0977a2d4db8ecb69044b98c0aca9.zip |
dlang-compilers-r1.eclass: Add gdc-14 targets
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r-- | eclass/dlang-compilers-r1.eclass | 1 | ||||
-rw-r--r-- | profiles/use.desc | 2 |
2 files changed, 3 insertions, 0 deletions
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 |