This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 657f251c550d7248711ac5611c2be0d9e23aa417 (commit)
from 12e64c996c35a35345e9fb51a61b0682ce669846 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 657f251c550d7248711ac5611c2be0d9e23aa417
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Tue Oct 14 20:57:16 2014 +0200
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.
-----------------------------------------------------------------------
Summary of changes:
extra/Configs/Config.in | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 809addc..f89f0cb 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"
hooks/post-receive
--
uClibc-ng - small C library for embedded systems