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/target.in | |
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/target.in')
-rw-r--r-- | config/target.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/target.in b/config/target.in index 1df57947..6c5e1825 100644 --- a/config/target.in +++ b/config/target.in @@ -47,8 +47,7 @@ comment "Generic target options" #-------------------------------------- config MULTILIB bool - prompt "Build a multilib toolchain (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "Build a multilib toolchain (READ HELP!!!)" help If you say 'y' here, then the toolchain will also contain the C library optimised for some variants of the selected architecture, besides the @@ -59,6 +58,9 @@ config MULTILIB The list of variants is dependent on the architecture, and is hard-coded in gcc, so it is not possible to say what variants to support, only whether hard-coded variants should be supported or not. + + NOTE: The multilib feature in crosstool-NG is not well-tested. + Use at your own risk, and report success and/or failure. #-------------------------------------- config ARCH_SUPPORTS_BOTH_MMU |