[Buildroot] [PATCH] arch/arm: add support for thumb(1) mode

Peter Korsgaard jacmet at uclibc.org
Wed Jul 17 22:22:04 UTC 2013


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 Gustavo> ---
 Gustavo>  arch/Config.in.arm | 28 ++++++++++++++++++++++++++--
 Gustavo>  1 file changed, 26 insertions(+), 2 deletions(-)

 
 Gustavo>  config BR2_ARM_INSTRUCTIONS_ARM
 Gustavo>  	def_bool y
 Gustavo> -	depends on !BR2_ARM_INSTRUCTIONS_THUMB2
 Gustavo> +	depends on !(BR2_ARM_INSTRUCTIONS_THUMB || BR2_ARM_INSTRUCTIONS_THUMB2)

You seem to have missed setting BR2_TARGET_CPU_MODE to "thumb", so it
doesn't actually do anything.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list