summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-24 22:30:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-24 22:31:08 +0100
commita26c1bfdc82851e2b4d3b9c9ca5fa3b7c8d393fd (patch)
tree7a3b1f637b2dd969b51c7b773be730d916697950 /target/config/Config.in.cpu
parentb13aeb6a05fc01a421a06c3d31be51421688579a (diff)
allow to build leon3 optimized toolchain for sparc
Diffstat (limited to 'target/config/Config.in.cpu')
-rw-r--r--target/config/Config.in.cpu6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 002d39a70..84695753c 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -653,6 +653,11 @@ config ADK_CPU_SPARC_V8
select ADK_TARGET_WITH_NPTL
select ADK_TARGET_WITH_MMU
+config ADK_CPU_SPARC_LEON
+ bool
+ select ADK_TARGET_WITH_NPTL
+ select ADK_TARGET_WITH_MMU
+
config ADK_CPU_SPARC_V9
bool
select ADK_LINUX_64
@@ -793,6 +798,7 @@ config ADK_TARGET_GCC_CPU
default "powerpc" if ADK_CPU_PPC
default "ultrasparc" if ADK_CPU_SPARC_V9
default "v8" if ADK_CPU_SPARC_V8
+ default "leon" if ADK_CPU_SPARC_LEON
default "xscale" if ADK_CPU_XSCALE
config ADK_TARGET_GCC_ARCH