diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 14:28:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 16:08:18 +0200 |
commit | a3875719fff2c2f74218a5d4f199328997167ad4 (patch) | |
tree | 80effe93b7052a10e6271d802548526af0cc5199 /toolchain | |
parent | cb69247047cdf267c54f5a7540863a3ea7a8fbd6 (diff) |
use 5307 for now, which results in a working userland. need to investigate.
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 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),) |