summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-30 01:37:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-30 01:39:03 +0200
commit999c0d4d60937174ad592d3992e608415ff91a20 (patch)
tree3828f01093e318deea61242d5812715f5f49622c /toolchain/gcc/Makefile
parent7bcadb06072bccdda7eebb8f9217e63745cf30b1 (diff)
rework thumb2 support
do not change gcc defaults, discussed with phil, make the resulting toolchains more conform.
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 12ad4ebca..7616f2ab3 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -89,7 +89,6 @@ endif
ifeq ($(ARCH),arm)
GCC_CONFOPTS+= --with-float=$(ADK_TARGET_FLOAT)
-GCC_CONFOPTS+= --with-mode=$(ADK_TARGET_ARM_MODE)
ifneq ($(ADK_TARGET_FPU),)
GCC_CONFOPTS+= --with-fpu=$(ADK_TARGET_FPU)
endif