diff options
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
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) |