diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-10-30 22:40:48 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-10-30 22:40:48 +0100 |
commit | de0ef330c3739835e7dcf4da67444dcc463cee61 (patch) | |
tree | e6ebf086cf73dbddd5d72671f2ae5f589f923900 /config | |
parent | 66a2b086805dea2898191cca50b0ced33f7ad67a (diff) | |
download | crosstool-ng-de0ef330c3739835e7dcf4da67444dcc463cee61.tar.gz crosstool-ng-de0ef330c3739835e7dcf4da67444dcc463cee61.tar.bz2 crosstool-ng-de0ef330c3739835e7dcf4da67444dcc463cee61.zip |
libc/newlib: remove getting from CVS
We now have the ability to use a custom local directory/tarball, so
it no longer makes sense to have the ability to use the CVS repository.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/newlib.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 16ac2476..8350fba5 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -36,22 +36,6 @@ config LIBC_NEWLIB_V_1_17_0 bool prompt "1.17.0" -config LIBC_NEWLIB_CVS - bool - prompt "Use CVS snapshot" - depends on CONFIGURE_has_cvs - help - The newlib "team" rolls new releases about once a year (december). - This is quite a long time between releases, in case code was fixed. - - Saying 'Y' here will allow you to use the bleeding-edge code from - the CVS repository. This may or may not fix your issues, may or may - not build, may or may not crash your machine, may or may not withdraw - money from your bank account, may or may not date your girlfriend, - may or may not resurect Elvis... :-) - - In a word: use the CVS snapshot at your own risk! - config LIBC_NEWLIB_CUSTOM bool prompt "Custom newlib" @@ -73,7 +57,6 @@ endif # LIBC_NEWLIB_CUSTOM config LIBC_VERSION string - prompt "use CVS tag" if LIBC_NEWLIB_CVS # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "1.20.0" if LIBC_NEWLIB_V_1_20_0 |