diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 19:14:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 19:14:17 +0200 |
commit | 9bf91eea498a3be3d8c4d2f56fdaf5356353ac50 (patch) | |
tree | a1de610762e60a31a6ef9f05e49fea7bc10c8b55 /toolchain | |
parent | 87af7e04a706664528edaedb255175b26ffecc04 (diff) |
switch back to 5208. strange works now.
Diffstat (limited to 'toolchain')
-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 8d45b5bc6..25c396e1b 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=5307 +GCC_CONFOPTS+= --enable-multilib --with-arch=cf --with-cpu=5208 endif ifneq ($(ADK_TARGET_MIPS_ABI),) |