Add support for ARM EABI.

This commit is contained in:
Paul Mundt
2006-06-05 22:11:01 +00:00
parent b1a66dd673
commit 61aa805b9e
7 changed files with 233 additions and 0 deletions

View File

@@ -88,6 +88,16 @@ config BR2_ARM_TYPE
default ARM_XSCALE if BR2_xscale
default GENERIC_ARM if BR2_generic_arm
choice
prompt "Target ABI"
depends BR2_arm || BR2_armeb
default BR2_ARM_OABI
config BR2_ARM_OABI
bool "OABI"
config BR2_ARM_EABI
bool "EABI"
endchoice
choice
prompt "Target Architecture Variant"
depends BR2_sh
@@ -238,6 +248,7 @@ config BR2_GNU_BUILD_SUFFIX
config BR2_GNU_TARGET_SUFFIX
string "GNU target suffix"
default "linux-uclibcgnueabi" if BR2_ARM_EABI
default "linux-uclibc"
help
The string used to pass to configure scripts via the