From 657f251c550d7248711ac5611c2be0d9e23aa417 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 14 Oct 2014 20:57:16 +0200 Subject: reduce the list of supported architectures As most of these architectures either does not compile or embedded hardware is difficult to get, I disable them for now. I do not remove the existing code and hope to enable many of them in the future, but not for 1.0. --- extra/Configs/Config.in | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'extra/Configs/Config.in') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 809addc55..f89f0cbf1 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -45,8 +45,8 @@ choice help The architecture of your target. -config TARGET_alpha - bool "alpha" +#config TARGET_alpha +# bool "alpha" config TARGET_arc bool "arc" @@ -77,8 +77,8 @@ config TARGET_cris #config TARGET_h8300 # bool "h8300 (BROKEN)" -config TARGET_hppa - bool "hppa" +#config TARGET_hppa +# bool "hppa" config TARGET_i386 bool "i386" @@ -86,17 +86,17 @@ config TARGET_i386 #config TARGET_i960 # bool "i960 (BROKEN)" -config TARGET_ia64 - bool "ia64" +#config TARGET_ia64 +# bool "ia64" config TARGET_m68k bool "m68k" -config TARGET_metag - bool "metag" +#config TARGET_metag +# bool "metag" -config TARGET_microblaze - bool "microblaze" +#config TARGET_microblaze +# bool "microblaze" config TARGET_mips bool "mips" @@ -104,8 +104,8 @@ config TARGET_mips #config TARGET_nios # bool "nios" -config TARGET_nios2 - bool "nios2" +#config TARGET_nios2 +# bool "nios2" config TARGET_powerpc bool "powerpc" @@ -113,8 +113,8 @@ config TARGET_powerpc config TARGET_sh bool "superh" -config TARGET_sh64 - bool "sh64" +#config TARGET_sh64 +# bool "sh64" config TARGET_sparc bool "sparc" @@ -122,8 +122,8 @@ config TARGET_sparc #config TARGET_v850 # bool "v850 (BROKEN)" -config TARGET_vax - bool "vax" +#config TARGET_vax +# bool "vax" config TARGET_x86_64 bool "x86_64" -- cgit v1.2.3