diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 20:05:19 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 20:05:19 +0100 |
commit | db5b6a49153a5cb88886cc129f9edd845f40ee06 (patch) | |
tree | 2a16f71ada073611056b70a8d9e7abfc4dbc6bad /config/global | |
parent | e8e7eca3c6e07aea08acda11e5e8852b98870131 (diff) | |
download | crosstool-ng-db5b6a49153a5cb88886cc129f9edd845f40ee06.tar.gz crosstool-ng-db5b6a49153a5cb88886cc129f9edd845f40ee06.tar.bz2 crosstool-ng-db5b6a49153a5cb88886cc129f9edd845f40ee06.zip |
all: unmark experimental features
It's been some time now we've had those features, so unmark them
being experimental.
It does not mean everything is perfect, but may gather some more
testing of those features.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/paths.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global/paths.in b/config/global/paths.in index c4d0593e..3e19332e 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -21,8 +21,8 @@ config SAVE_TARBALLS config CUSTOM_LOCATION_ROOT_DIR string - depends on EXPERIMENTAL prompt "Directory containing custom source components" + depends on EXPERIMENTAL help This is the path CT-NG will attempt to use as a root for locating local copies of source components (CUSTOM_LOCATION_ROOT_DIR/component) |