enable eabi support by default
SVN-Revision: 14869
This commit is contained in:
parent
6c6e6f5827
commit
dbd39f1a50
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ config EABI_SUPPORT
|
||||||
bool
|
bool
|
||||||
depends arm||armeb
|
depends arm||armeb
|
||||||
prompt "Enable EABI support" if TOOLCHAINOPTS
|
prompt "Enable EABI support" if TOOLCHAINOPTS
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Enable ARM EABI support
|
Enable ARM EABI support
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue