diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-04 11:17:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-04 11:17:27 +0100 |
commit | 111e0d7f09b5273a64e00e55210b6e5d747e6b90 (patch) | |
tree | b008be248fbcbb5be407edfed899aed6a201d197 /target/arm/sys-available/toolchain-armhf | |
parent | a93f757687841d9371975eb723678568bbc4e2da (diff) |
be consistent with names for the ABI
Diffstat (limited to 'target/arm/sys-available/toolchain-armhf')
-rw-r--r-- | target/arm/sys-available/toolchain-armhf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/arm/sys-available/toolchain-armhf b/target/arm/sys-available/toolchain-armhf index 0517118c3..89383f44f 100644 --- a/target/arm/sys-available/toolchain-armhf +++ b/target/arm/sys-available/toolchain-armhf @@ -1,11 +1,11 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_ARMHF bool "Toolchain only (hard float)" select ADK_arm - select ADK_toolchain_armhf select ADK_little select ADK_hard_float + select ADK_eabihf + select ADK_toolchain_armhf select ADK_TOOLCHAIN - select ADK_EABIHF select ADK_TARGET_PACKAGE_TGZ help ARM toolchain (hard float). |