diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-26 07:56:17 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-26 07:56:17 -0700 |
commit | 0f372b8357d8cd2e54c3373d7f975de6f9c757b8 (patch) | |
tree | f742798010a4bdef6a7625bc5ea0ea2e33886845 | |
parent | a90d8fd07527e3b858588040a30e4c6e8bb4b2f1 (diff) | |
parent | 27197740831050010f2e1e656a1de6c12018c77f (diff) | |
download | crosstool-ng-0f372b8357d8cd2e54c3373d7f975de6f9c757b8.tar.gz crosstool-ng-0f372b8357d8cd2e54c3373d7f975de6f9c757b8.tar.bz2 crosstool-ng-0f372b8357d8cd2e54c3373d7f975de6f9c757b8.zip |
Merge pull request #73 from jpf91/other_bm
Display 'Other languages' for bare metal as well
-rw-r--r-- | config/cc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc.in b/config/cc.in index 0c07f464..aca8380e 100644 --- a/config/cc.in +++ b/config/cc.in @@ -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 |