mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Display 'Other languages' for bare metal as well
There are other languages which work with bare metal compilers. As an example crosstool-ng is recommended to build D/GDC bare metal compilers. Signed-off-by: Johannes Pfau <johannespfau@gmail.com>
This commit is contained in:
parent
d74f1cc256
commit
2719774083
@ -120,6 +120,8 @@ config CC_LANG_GOLANG
|
||||
Only select this if you know that your specific version of the
|
||||
compiler supports this language.
|
||||
|
||||
endif # ! BARE_METAL
|
||||
|
||||
config CC_LANG_OTHERS
|
||||
string
|
||||
prompt "Other languages (EXPERIMENTAL)"
|
||||
@ -132,8 +134,6 @@ config CC_LANG_OTHERS
|
||||
Eg. gcc-4.1+ has a toy programming language, treelang. As it is not useful
|
||||
in real life, it is not available in the selection above.
|
||||
|
||||
endif # ! BARE_METAL
|
||||
|
||||
source "config.gen/cc.in.2"
|
||||
|
||||
endmenu
|
||||
|
Loading…
x
Reference in New Issue
Block a user