diff options
Diffstat (limited to 'config/cc.in')
-rw-r--r-- | config/cc.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/config/cc.in b/config/cc.in index abc68773..068d445a 100644 --- a/config/cc.in +++ b/config/cc.in @@ -20,6 +20,9 @@ config CC_SUPPORT_ADA config CC_SUPPORT_D bool +config CC_SUPPORT_JIT + bool + config CC_SUPPORT_OBJC bool @@ -53,6 +56,17 @@ config CC_LANG_FORTRAN Only select this if you know that your specific version of the compiler supports this language. +config CC_LANG_JIT + bool + prompt "JIT (EXPERIMENTAL)" + depends on CC_SUPPORT_JIT + depends on EXPERIMENTAL + help + Enable building the GCC JIT library. + + Only select this if you know that your specific version of the + compiler supports the libgccjit. + if ! BARE_METAL config CC_LANG_JAVA @@ -67,7 +81,7 @@ config CC_LANG_JAVA config CC_LANG_ADA bool - prompt "ADA (EXPERIMENTAL)" + prompt "Ada (EXPERIMENTAL)" depends on CC_SUPPORT_ADA depends on EXPERIMENTAL help |