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/arch | |
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/arch')
-rw-r--r-- | config/arch/arm.in.2 | 7 | ||||
-rw-r--r-- | config/arch/m68k.in | 2 | ||||
-rw-r--r-- | config/arch/s390.in | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/config/arch/arm.in.2 b/config/arch/arm.in.2 index 054a890f..e871cc27 100644 --- a/config/arch/arm.in.2 +++ b/config/arch/arm.in.2 @@ -18,8 +18,7 @@ config ARCH_ARM_MODE_ARM config ARCH_ARM_MODE_THUMB bool - prompt "thumb (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "thumb" help Defaults to emitting instructions in the THUMB mode. @@ -28,7 +27,6 @@ endchoice config ARCH_ARM_INTERWORKING bool prompt "Use Thumb-interworking (READ HELP)" - depends on EXPERIMENTAL help Excerpt from the gcc manual: @@ -37,6 +35,9 @@ config ARCH_ARM_INTERWORKING > cannot be reliably used inside one program. The default is > [not to use interwork], since slightly larger code is generated > when [interwork] is specified. + + NOTE: Interworking in crosstool-NG is not sell-tested. Use at your + own risks, and report success and/or failure. config ARCH_ARM_EABI bool diff --git a/config/arch/m68k.in b/config/arch/m68k.in index a81004a4..6c76e78c 100644 --- a/config/arch/m68k.in +++ b/config/arch/m68k.in @@ -1,7 +1,5 @@ # m68k specific configuration file -## depends on EXPERIMENTAL -## ## select ARCH_SUPPORTS_32 ## select ARCH_DEFAULT_32 ## select ARCH_DEFAULT_BE diff --git a/config/arch/s390.in b/config/arch/s390.in index 5bd7e7f2..00bc879d 100644 --- a/config/arch/s390.in +++ b/config/arch/s390.in @@ -1,7 +1,5 @@ # s390 specific config options -## depends on EXPERIMENTAL -## ## select ARCH_SUPPORTS_32 ## select ARCH_SUPPORTS_64 ## select ARCH_DEFAULT_32 |