aboutsummaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2022-06-11 15:03:41 +0200
committerChris Packham <judge.packham@gmail.com>2022-06-14 20:54:54 +1200
commit618affc78902e86815c908e08a1d0c51832ce7ce (patch)
tree151ac9dc8829a367285e06b1d42ce777dec8e37b /config/cc.in
parenta3e3d734a7d138d8bae6014a71cdda07a70901a5 (diff)
downloadcrosstool-ng-618affc78902e86815c908e08a1d0c51832ce7ce.tar.gz
crosstool-ng-618affc78902e86815c908e08a1d0c51832ce7ce.tar.bz2
crosstool-ng-618affc78902e86815c908e08a1d0c51832ce7ce.zip
Enable D language support
Enable D support as an experimental feature. GDC becomes a build dependency when enabled. Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/cc.in b/config/cc.in
index 3a168055..abc68773 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -17,6 +17,9 @@ config CC_SUPPORT_JAVA
config CC_SUPPORT_ADA
bool
+config CC_SUPPORT_D
+ bool
+
config CC_SUPPORT_OBJC
bool
@@ -73,6 +76,17 @@ config CC_LANG_ADA
Only select this if you know that your specific version of the
compiler supports this language.
+config CC_LANG_D
+ bool
+ prompt "D (EXPERIMENTAL)"
+ depends on CC_SUPPORT_D
+ depends on EXPERIMENTAL
+ help
+ Enable building a D compiler.
+
+ Only select this if you know that your specific version of the
+ compiler supports this language.
+
config CC_LANG_OBJC
bool
prompt "Objective-C (EXPERIMENTAL)"