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/cc | |
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/cc')
-rw-r--r-- | config/cc/gcc.in.2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 585c00dc..f445c786 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -56,7 +56,6 @@ config CC_STATIC_LIBSTDCXX config CC_GCC_SYSTEM_ZLIB bool prompt "Use system zlib" - depends on EXPERIMENTAL help Do not use bundled zlib, and use the zlib already available for the host (eg. the system library). |