summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-27 22:00:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-27 22:00:52 +0100
commit4c8c3cb12a1cc6ad6965a2c8d221c8119248bcbc (patch)
treecf3e3d80927b1f6c1e1d04f757d1e7a4c302c9cb /target/config/Config.in.cpu
parent875a1534b28db5c6b67a3dbca6ebf65306de98de (diff)
tilepro support was removed from glibc
Diffstat (limited to 'target/config/Config.in.cpu')
-rw-r--r--target/config/Config.in.cpu9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu
index 77328d8ec..fd745bcab 100644
--- a/target/config/Config.in.cpu
+++ b/target/config/Config.in.cpu
@@ -1302,13 +1302,6 @@ config ADK_TARGET_CPU_TILE_TILEGX
select ADK_TARGET_WITH_MMU
depends on ADK_TARGET_ARCH_TILE
-config ADK_TARGET_CPU_TILE_TILEPRO
- bool "tilepro"
- select ADK_TARGET_SUPPORTS_THREADS
- select ADK_TARGET_SUPPORTS_NPTL
- select ADK_TARGET_WITH_MMU
- depends on ADK_TARGET_ARCH_TILE
-
# v850
config ADK_TARGET_CPU_V850
bool "v850"
@@ -2098,7 +2091,6 @@ config ADK_TARGET_CPU_FLAGS
default "-m4" if ADK_TARGET_CPU_SH_SH4
default "-m4a" if ADK_TARGET_CPU_SH_SH4A
default "-mcpu=tilegx" if ADK_TARGET_CPU_TILE_TILEGX
- default "-mcpu=tilepro" if ADK_TARGET_CPU_TILE_TILEPRO
# ADK suffix
config ADK_TARGET_CPU_TYPE
@@ -2275,7 +2267,6 @@ config ADK_TARGET_CPU_ARCH
default "sparc" if ADK_TARGET_ARCH_SPARC
default "sparc64" if ADK_TARGET_ARCH_SPARC64
default "tilegx" if ADK_TARGET_CPU_TILE_TILEGX
- default "tilepro" if ADK_TARGET_CPU_TILE_TILEPRO
default "v850" if ADK_TARGET_ARCH_V850
default "x86_64" if ADK_TARGET_ARCH_X86_64
default "xtensa" if ADK_TARGET_ARCH_XTENSA