diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-17 22:24:42 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-17 22:24:42 +0000 |
commit | 5b96251953f0974a23ffaae3ce04781b3a3f23e7 (patch) | |
tree | 8bf632843c8ffb6d83fe3b71e1afcf44fc4b9445 /config/cc.in | |
parent | 8c5cfe649d03885489c402479f7baeffe0623b08 (diff) | |
download | crosstool-ng-5b96251953f0974a23ffaae3ce04781b3a3f23e7.tar.gz crosstool-ng-5b96251953f0974a23ffaae3ce04781b3a3f23e7.tar.bz2 crosstool-ng-5b96251953f0974a23ffaae3ce04781b3a3f23e7.zip |
Add the EXPERIMENTAL option to show options marked as such.
Add the four types of toolchains ct-ng is able to build as EXPERIMENTAL, except for CROSS which *is* functional.
Reorder menus accordingly.
Diffstat (limited to 'config/cc.in')
-rw-r--r-- | config/cc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cc.in b/config/cc.in index 18eb559f..1412a0ff 100644 --- a/config/cc.in +++ b/config/cc.in @@ -38,6 +38,7 @@ config CC_CORE_GCC #config CC_CORE_TCC # bool # prompt "tcc (EXPERIMENTAL)" +# depends on EXPERIMENTAL endchoice @@ -78,6 +79,7 @@ config CC_GCC # bool # prompt "tcc (EXPERIMENTAL)" # select CC_LANG_C +# depends on EXPERIMENTAL endchoice |