config/arch/arm.in.2
changeset 3150 1d6fd9bde73c
parent 2788 b6faa28e76e0
child 3158 1161ea79915b
     1.1 --- a/config/arch/arm.in.2	Wed Nov 30 00:25:22 2011 +0100
     1.2 +++ b/config/arch/arm.in.2	Wed Dec 26 20:05:19 2012 +0100
     1.3 @@ -18,8 +18,7 @@
     1.4  
     1.5  config ARCH_ARM_MODE_THUMB
     1.6      bool
     1.7 -    prompt "thumb (EXPERIMENTAL)"
     1.8 -    depends on EXPERIMENTAL
     1.9 +    prompt "thumb"
    1.10      help
    1.11        Defaults to emitting instructions in the THUMB mode.
    1.12  
    1.13 @@ -28,7 +27,6 @@
    1.14  config ARCH_ARM_INTERWORKING
    1.15      bool
    1.16      prompt "Use Thumb-interworking (READ HELP)"
    1.17 -    depends on EXPERIMENTAL
    1.18      help
    1.19        Excerpt from the gcc manual:
    1.20        
    1.21 @@ -37,6 +35,9 @@
    1.22        > cannot be reliably used inside one program. The default is
    1.23        > [not to use interwork], since slightly larger code is generated
    1.24        > when [interwork] is specified.
    1.25 +      
    1.26 +      NOTE: Interworking in crosstool-NG is not sell-tested. Use at your
    1.27 +            own risks, and report success and/or failure.
    1.28  
    1.29  config ARCH_ARM_EABI
    1.30      bool