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 /profiles/use.desc | |
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>
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |