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 adedda211de69fa0fa09af167aa327d4550f497e (commit)
from 50a5c1c36f39b3d0feffcbdf20d906508c545ffe (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 adedda211de69fa0fa09af167aa327d4550f497e
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Sat Mar 26 23:33:28 2016 +0100
frv: enable in config
-----------------------------------------------------------------------
Summary of changes:
extra/Configs/Config.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 3afc291..8eac9e0 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -64,8 +64,8 @@ config TARGET_c6x
config TARGET_cris
bool "cris"
-#config TARGET_frv
-# bool "frv (BROKEN)"
+config TARGET_frv
+ bool "frv"
config TARGET_h8300
bool "h8300"
@@ -541,6 +541,7 @@ config UCLIBC_HAS_THREADS_NATIVE
!TARGET_bfin && \
!TARGET_c6x && \
!TARGET_cris && \
+ !TARGET_frv && \
!TARGET_h8300 && \
!TARGET_hppa && \
!TARGET_ia64 && \
hooks/post-receive
--
uClibc-ng - small C library for embedded systems