diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-22 04:51:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-29 20:40:13 +0100 |
commit | 33ddc482f90e91e4583e94be8af9c9af5625dade (patch) | |
tree | 22c42b5f4c520b06fd8375b4f3082981547902fc /target/config | |
parent | cecc2b2e510d6777cf1c0016937eb4968829ab9a (diff) |
tilegx is 64 bit
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index f258149e1..52177a172 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -1319,6 +1319,7 @@ config ADK_TARGET_CPU_SPARC64_V9 # tile config ADK_TARGET_CPU_TILE_TILEGX bool "tilegx" + select ADK_LINUX_64 select ADK_TARGET_SUPPORTS_THREADS select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU |