diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-13 12:03:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-13 12:03:29 +0100 |
commit | 1f21649a71700c77ce49b2ebaf3539da8dbc5a7f (patch) | |
tree | 368e91e3ea701ba1802442879084874cfe4580c9 /target | |
parent | 18b538928c1058c8cba1cc4352df0928e589b60f (diff) |
fix sparc64 symbol name
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 7254c60e6..9f7cf4cfe 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -801,7 +801,7 @@ config ADK_TARGET_CPU_SPARC_LEON depends on ADK_TARGET_ARCH_SPARC # sparc64 -config ADK_TARGET_CPU_SPARC_V9 +config ADK_TARGET_CPU_SPARC64_V9 bool "v9" select ADK_LINUX_64 select ADK_TARGET_WITH_NPTL |