summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 23:23:50 -0600
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-05 21:16:11 +0100
commit9e360dcc057030f1a5b06971af691f8d1687b635 (patch)
tree2c7433104dae96e87957c147e3bd89768610fff1 /extra/Configs/Config.in
parent383a059a280444c6e914620adfdf05b5bd728a45 (diff)
good by nios
Get rid of NIOS support. We try to support NIOSII.
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r--extra/Configs/Config.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 48df4b742..9e6d09590 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -32,7 +32,6 @@ choice
default TARGET_metag if DESIRED_TARGET_ARCH = "metag"
default TARGET_microblaze if DESIRED_TARGET_ARCH = "microblaze"
default TARGET_mips if DESIRED_TARGET_ARCH = "mips"
- default TARGET_nios if DESIRED_TARGET_ARCH = "nios"
default TARGET_nios2 if DESIRED_TARGET_ARCH = "nios2"
default TARGET_or1k if DESIRED_TARGET_ARCH = "or1k"
default TARGET_powerpc if DESIRED_TARGET_ARCH = "powerpc"
@@ -100,9 +99,6 @@ config TARGET_microblaze
config TARGET_mips
bool "mips"
-#config TARGET_nios
-# bool "nios"
-
config TARGET_nios2
bool "nios2"
@@ -188,10 +184,6 @@ if TARGET_metag
source "extra/Configs/Config.metag"
endif
-if TARGET_nios
-source "extra/Configs/Config.nios"
-endif
-
if TARGET_nios2
source "extra/Configs/Config.nios2"
endif