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 61edcb7982b4f355d14cc9c349ab2742b682b3f1 (commit)
from cc865abe4b1194a28da9bb900e2a07a2c390f4e7 (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 61edcb7982b4f355d14cc9c349ab2742b682b3f1
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Sat Feb 14 23:30:39 2015 -0600
enable for further analysis
-----------------------------------------------------------------------
Summary of changes:
extra/Configs/Config.in | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 4ef4537..c26a398 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -42,8 +42,8 @@ choice
help
The architecture of your target.
-#config TARGET_alpha
-# bool "alpha"
+config TARGET_alpha
+ bool "alpha"
config TARGET_arc
bool "arc"
@@ -65,29 +65,29 @@ config TARGET_c6x
config TARGET_cris
bool "cris"
-#config TARGET_frv
-# bool "frv (BROKEN)"
+config TARGET_frv
+ bool "frv"
-#config TARGET_h8300
-# bool "h8300 (BROKEN)"
+config TARGET_h8300
+ bool "h8300"
-#config TARGET_hppa
-# bool "hppa"
+config TARGET_hppa
+ bool "hppa"
config TARGET_i386
bool "i386"
-#config TARGET_i960
-# bool "i960 (BROKEN)"
+config TARGET_i960
+ bool "i960"
-#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"
@@ -104,14 +104,14 @@ config TARGET_powerpc
config TARGET_sh
bool "superh"
-#config TARGET_sh64
-# bool "sh64"
+config TARGET_sh64
+ bool "sh64"
config TARGET_sparc
bool "sparc"
-#config TARGET_v850
-# bool "v850 (BROKEN)"
+config TARGET_v850
+ bool "v850"
config TARGET_x86_64
bool "x86_64"
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date