diff -r b6faa28e76e0 -r 1d6fd9bde73c config/arch/arm.in.2 --- a/config/arch/arm.in.2 Wed Nov 30 00:25:22 2011 +0100 +++ b/config/arch/arm.in.2 Wed Dec 26 20:05:19 2012 +0100 @@ -18,8 +18,7 @@ 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 @@ config ARCH_ARM_INTERWORKING bool prompt "Use Thumb-interworking (READ HELP)" - depends on EXPERIMENTAL help Excerpt from the gcc manual: @@ -37,6 +35,9 @@ > 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