summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-05 14:13:51 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-05 14:14:09 -0600
commit963ea3008447bf59907fb95aa0223aa86699e901 (patch)
tree3dffba31898efccb791ff2679c81b18ba62834bc /toolchain
parent6b1a2e0561871064a07ef9ca95c37abe48bae0cb (diff)
thumb fixes.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uclibc-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index 08845f282..d6dd4fb96 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -65,7 +65,7 @@ ifeq ($(ADK_TARGET_ABI_EABIHF),y)
$(SED) 's/.*\(UCLIBC_HAS_FPU\).*/\1=y/' ${WRKBUILD}/.config
$(SED) 's/.*\(UCLIBC_HAS_SOFT_FLOAT\).*/# \1 is not set/' ${WRKBUILD}/.config
endif
-ifeq ($(ADK_LINUX_ARM_WITH_THUMB),y)
+ifeq ($(ADK_TARGET_ARCH_ARM_WITH_THUMB),y)
$(SED) 's/.*\(COMPILE_IN_THUMB_MODE\).*/\1=y/' ${WRKBUILD}/.config
endif
endif