From a3875719fff2c2f74218a5d4f199328997167ad4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 15 Aug 2014 14:28:17 +0200 Subject: use 5307 for now, which results in a working userland. need to investigate. --- 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 25c396e1b..8d45b5bc6 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -140,7 +140,7 @@ GCC_CONFOPTS+= --with-cpu=ultrasparc endif ifeq ($(ADK_CPU_CF_5208),y) -GCC_CONFOPTS+= --enable-multilib --with-arch=cf --with-cpu=5208 +GCC_CONFOPTS+= --enable-multilib --with-arch=cf --with-cpu=5307 endif ifneq ($(ADK_TARGET_MIPS_ABI),) -- cgit v1.2.3