From patchwork Sun Oct 16 21:32:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wbx X-Patchwork-Id: 682745 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from helium.openadk.org (helium.openadk.org [IPv6:2a00:1828:2000:679::23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sxvgv54KPz9s3s for ; Mon, 17 Oct 2016 08:32:43 +1100 (AEDT) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id A452410087; Sun, 16 Oct 2016 23:32:37 +0200 (CEST) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: by helium.openadk.org (Postfix, from userid 1000) id 468AA10087; Sun, 16 Oct 2016 23:32:36 +0200 (CEST) MIME-Version: 1.0 To: devel@uclibc-ng.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a3e5bfd20712f71790ea9bae9e9be250f07e8c21 X-Git-Newrev: 6630ac965279ed2a76394fbad8fd861f275ed24c Auto-Submitted: auto-generated Message-Id: <20161016213236.468AA10087@helium.openadk.org> Date: Sun, 16 Oct 2016 23:32:36 +0200 (CEST) From: wbx@helium.openadk.org (wbx) Subject: [uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.18-12-g6630ac9 X-BeenThere: devel@uclibc-ng.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: uClibc-ng Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devel-bounces@uclibc-ng.org Sender: "devel" 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 6630ac965279ed2a76394fbad8fd861f275ed24c (commit) from a3e5bfd20712f71790ea9bae9e9be250f07e8c21 (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 6630ac965279ed2a76394fbad8fd861f275ed24c Author: Waldemar Brodkorb Date: Thu Oct 13 21:25:04 2016 +0200 linuxthreads: allow to choose on all supported architectures To analyze or debug any linuxthreads problems it is useful to have the ability to have a full gdb on the target available. At the moment you could only debug stuff on microblaze. Now we can verify that linuxthreads are working fine for every supported architecture. ----------------------------------------------------------------------- Summary of changes: extra/Configs/Config.in | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) hooks/post-receive diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c8a7497..b259464 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -500,16 +500,7 @@ config UCLIBC_HAS_LINUXTHREADS bool "Linuxthreads" # linuxthreads need nanosleep() select UCLIBC_HAS_REALTIME - depends on !TARGET_arc && \ - !TARGET_arm && \ - !TARGET_i386 && \ - !TARGET_metag && \ - !TARGET_mips && \ - !TARGET_powerpc && \ - !TARGET_sparc && \ - !TARGET_x86_64 && \ - !TARGET_xtensa || \ - !ARCH_USE_MMU + depends on !TARGET_metag help If you want to compile uClibc with Linuxthreads support, then answer Y.