summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-08-02 22:10:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-08-02 22:10:50 +0200
commit8357a002097876a8d29f30d97135983a33b56971 (patch)
tree878bc31db33204e49c0ec20259c2a196fffa24fa /toolchain
parentf20cc753998dfb4e273a7f12c7e05fd5bab7eaef (diff)
separate serial drivers, add builtin dtb. still no shell
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 24b871025..6c4b0e2e2 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -115,7 +115,7 @@ GCC_CONFOPTS+= --with-mode=thumb
endif
ifeq ($(ADK_TARGET_ARCH_METAG),y)
-GCC_CONFOPTS+= --enable-meta-default
+GCC_CONFOPTS+= --with-cpu=2.1 --enable-meta-default --disable-symvers
endif
ifeq ($(ADK_CPU_CF),y)