From 8357a002097876a8d29f30d97135983a33b56971 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 2 Aug 2015 22:10:35 +0200 Subject: separate serial drivers, add builtin dtb. still no shell --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') 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) -- cgit v1.2.3