summaryrefslogtreecommitdiff
path: root/toolchain/uclibc-ng/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-18 19:51:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-18 19:51:43 +0200
commit661caa07b82c2c775796d9ab9a2e9ae245979d8a (patch)
treef693cf8fbfa5fd45f056741e431156d00776ec5a /toolchain/uclibc-ng/Makefile
parenta779eddcbe6ecda8bde75f1cd7c7491e1d86d51c (diff)
uclibc-ng: update to latest release
Diffstat (limited to 'toolchain/uclibc-ng/Makefile')
-rw-r--r--toolchain/uclibc-ng/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index e3269d029..07aeedd35 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -161,7 +161,6 @@ ifeq ($(ADK_TARGET_WITHOUT_MMU),y)
$(SED) 's/.*\(DOPIC\).*/# \1 is not set/' ${WRKBUILD}/.config
endif
ifeq ($(ADK_TARGET_ARCH_ARM_WITH_THUMB),y)
- $(SED) 's/.*\(COMPILE_IN_THUMB_MODE\).*/\1=y/' ${WRKBUILD}/.config
$(SED) 's/.*\(UCLIBC_HAS_CONTEXT_FUNCS\).*/# \1 is not set/' ${WRKBUILD}/.config
endif
endif