diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-02-13 16:45:43 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-02-14 20:52:51 +0100 |
commit | a8f3b642f90ae425313b91ee8250e16aa971b8ff (patch) | |
tree | 2bacc96f9d244517a07750be7536c83d8f6a0bac /extra/Configs/Config.arm | |
parent | 2c1c5db993c28e96b47a77148a4635931384810d (diff) |
arm: use EABI per default
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r-- | extra/Configs/Config.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index b060ace96..eb27a3391 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -14,7 +14,7 @@ config FORCE_OPTIONS_FOR_ARCH choice prompt "Target ABI" - default CONFIG_ARM_OABI + default CONFIG_ARM_EABI help If you choose "EABI" here, functions and constants required by the ARM EABI will be built into the library. You should choose "EABI" |