9
0
Fork 0

ARM: let THUMB2 select EABI

THUMB2 mode needs EABI to build, so select it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-10-26 08:18:33 +02:00
parent bb05186004
commit 2a93d234e1
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ config AEABI
config THUMB2_BAREBOX
select ARM_ASM_UNIFIED
select AEABI
depends on CPU_V7
bool "Compile barebox in thumb-2 mode (read help)"
help