aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2024-03-02 18:07:31 +0200
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2024-04-14 01:47:30 +0300
commitc25d30f6699b2015ca06ddd6b2f18517f86e7c50 (patch)
tree7984cf727f08295be0a9aa1cd56c398fad6f52a0 /profiles
parentdlang-compilers-r1.eclass: new eclass (diff)
downloaddlang-c25d30f6699b2015ca06ddd6b2f18517f86e7c50.tar.gz
dlang-c25d30f6699b2015ca06ddd6b2f18517f86e7c50.tar.bz2
dlang-c25d30f6699b2015ca06ddd6b2f18517f86e7c50.zip
profiles: Add DLANG_SINGLE_TARGET and DLANG_TARGETS use descriptions
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.desc35
1 files changed, 35 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc
index eb8b622..32cb310 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -1,3 +1,38 @@
+dlang_single_target_dmd-2_101 - Build for DMD 2.101 only
+dlang_single_target_dmd-2_102 - Build for DMD 2.102 only
+dlang_single_target_dmd-2_103 - Build for DMD 2.103 only
+dlang_single_target_dmd-2_104 - Build for DMD 2.104 only
+dlang_single_target_dmd-2_105 - Build for DMD 2.105 only
+dlang_single_target_dmd-2_106 - Build for DMD 2.106 only
+dlang_single_target_dmd-2_107 - Build for DMD 2.107 only
+
+dlang_single_target_gdc-12 - Build for GCC 12 only
+dlang_single_target_gdc-13 - Build for GCC 13 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
+dlang_single_target_ldc2-1_34 - Build for ldc2 1.34 only
+dlang_single_target_ldc2-1_35 - Build for ldc2 1.35 only
+dlang_single_target_ldc2-1_36 - Build for ldc2 1.36 only
+
+dlang_targets_dmd-2_101 - Build with DMD 2.101
+dlang_targets_dmd-2_102 - Build with DMD 2.102
+dlang_targets_dmd-2_103 - Build with DMD 2.103
+dlang_targets_dmd-2_104 - Build with DMD 2.104
+dlang_targets_dmd-2_105 - Build with DMD 2.105
+dlang_targets_dmd-2_106 - Build with DMD 2.106
+dlang_targets_dmd-2_107 - Build with DMD 2.107
+
+dlang_targets_gdc-12 - Build with GCC 12
+dlang_targets_gdc-13 - Build with GCC 13
+
+dlang_targets_ldc2-1_32 - Build with ldc2 1.32
+dlang_targets_ldc2-1_33 - Build with ldc2 1.33
+dlang_targets_ldc2-1_34 - Build with ldc2 1.34
+dlang_targets_ldc2-1_35 - Build with ldc2 1.35
+dlang_targets_ldc2-1_36 - Build with ldc2 1.36
+
+
dmd-2_101 - Build for DMD 2.101
dmd-2_102 - Build for DMD 2.102
dmd-2_103 - Build for DMD 2.103