aboutsummaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in28
1 files changed, 15 insertions, 13 deletions
diff --git a/config/cc.in b/config/cc.in
index 068d445a..17264da3 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -67,18 +67,6 @@ config CC_LANG_JIT
Only select this if you know that your specific version of the
compiler supports the libgccjit.
-if ! BARE_METAL
-
-config CC_LANG_JAVA
- bool
- prompt "Java"
- depends on CC_SUPPORT_JAVA
- help
- Enable building a Java compiler.
-
- Only select this if you know that your specific version of the
- compiler supports this language.
-
config CC_LANG_ADA
bool
prompt "Ada (EXPERIMENTAL)"
@@ -88,7 +76,8 @@ config CC_LANG_ADA
Enable building an Ada compiler.
Only select this if you know that your specific version of the
- compiler supports this language.
+ compiler supports this language. If the target is bare, the runtime
+ won't be included.
config CC_LANG_D
bool
@@ -99,6 +88,19 @@ config CC_LANG_D
Enable building a D compiler.
Only select this if you know that your specific version of the
+ compiler supports this language. If the target is bare, the runtime
+ won't be included.
+
+if ! BARE_METAL
+
+config CC_LANG_JAVA
+ bool
+ prompt "Java"
+ depends on CC_SUPPORT_JAVA
+ help
+ Enable building a Java compiler.
+
+ Only select this if you know that your specific version of the
compiler supports this language.
config CC_LANG_OBJC