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 29a99d6bf4361f2ff116236ed996e36b17020782 (commit) from 2695bf4142b3d7154ef123dcc34d531c155af510 (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 29a99d6bf4361f2ff116236ed996e36b17020782 Author: Waldemar Brodkorb wbx@openadk.org Date: Wed Sep 17 23:46:56 2014 +0200
disable broken architectures
-----------------------------------------------------------------------
Summary of changes: extra/Configs/Config.in | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 0f68a9b..663f785 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -66,14 +66,14 @@ config TARGET_c6x config TARGET_cris bool "cris"
-config TARGET_e1 - bool "e1 (BROKEN)" +#config TARGET_e1 +# bool "e1 (BROKEN)"
-config TARGET_frv - bool "frv (BROKEN)" +#config TARGET_frv +# bool "frv (BROKEN)"
-config TARGET_h8300 - bool "h8300 (BROKEN)" +#config TARGET_h8300 +# bool "h8300 (BROKEN)"
config TARGET_hppa bool "hppa" @@ -81,8 +81,8 @@ config TARGET_hppa config TARGET_i386 bool "i386"
-config TARGET_i960 - bool "i960 (BROKEN)" +#config TARGET_i960 +# bool "i960 (BROKEN)"
config TARGET_ia64 bool "ia64" @@ -99,8 +99,8 @@ config TARGET_microblaze config TARGET_mips bool "mips"
-config TARGET_nios - bool "nios" +#config TARGET_nios +# bool "nios"
config TARGET_nios2 bool "nios2" @@ -117,8 +117,8 @@ config TARGET_sh64 config TARGET_sparc bool "sparc"
-config TARGET_v850 - bool "v850 (BROKEN)" +#config TARGET_v850 +# bool "v850 (BROKEN)"
config TARGET_vax bool "vax"
hooks/post-receive