From 9e360dcc057030f1a5b06971af691f8d1687b635 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 23:23:50 -0600 Subject: good by nios Get rid of NIOS support. We try to support NIOSII. --- extra/Configs/Config.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'extra/Configs/Config.in') 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 -- cgit v1.2.3