
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 0ba51975973cf9524314dbc7da272c5b1fc18df4 (commit) from 363e142113cdb9c4b4f04152bc0c9998d3819b92 (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 0ba51975973cf9524314dbc7da272c5b1fc18df4 Author: Waldemar Brodkorb <wbx@openadk.org> Date: Fri Oct 10 21:29:05 2014 +0200 c6x: disable it at the moment There is a NPTL port of uCLibc for c6x, but it doesn't work with uClibc master. May be someone with real hardware could sync it. Unfortunately I got no respone from Aurelien and no response on the mailing list. ----------------------------------------------------------------------- Summary of changes: extra/Configs/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 6b8ee91..809addc 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -60,8 +60,10 @@ config TARGET_avr32 config TARGET_bfin bool "bfin" -config TARGET_c6x - bool "c6x" +# someone could sync this tree: +# http://linux-c6x.org/git/?p=uClibc.git;a=summary +#config TARGET_c6x +# bool "c6x" config TARGET_cris bool "cris" hooks/post-receive -- uClibc-ng - small C library for embedded systems