From patchwork Tue Jan 24 04:15:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wbx X-Patchwork-Id: 718878 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 3v6vy02H32z9srZ for ; Tue, 24 Jan 2017 15:16:23 +1100 (AEDT) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id 4583010061; Tue, 24 Jan 2017 05:15:53 +0100 (CET) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: by helium.openadk.org (Postfix, from userid 1000) id CF969100A4; Tue, 24 Jan 2017 05:15:50 +0100 (CET) MIME-Version: 1.0 To: devel@uclibc-ng.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6af3332a4cbd1ffbc81f74759ef7c5e1a87d2e10 X-Git-Newrev: 43ee648e8b2894cab7aba3339bd1ff405cb481ef Auto-Submitted: auto-generated Message-Id: <20170124041550.CF969100A4@helium.openadk.org> Date: Tue, 24 Jan 2017 05:15:50 +0100 (CET) From: wbx@helium.openadk.org Subject: [uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.21-29-g43ee648 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 43ee648e8b2894cab7aba3339bd1ff405cb481ef (commit) from 6af3332a4cbd1ffbc81f74759ef7c5e1a87d2e10 (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 43ee648e8b2894cab7aba3339bd1ff405cb481ef Author: Alexey Neyman Date: Mon Jan 23 14:51:30 2017 -0800 Restore UCLIBC_HAS_LFS as "always enabled" Otherwise, buildroot rejects uClibc-ng in an external toolchain. Signed-off-by: Alexey Neyman ----------------------------------------------------------------------- Summary of changes: extra/Configs/Config.in | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index a9d62f5..b2cf977 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -566,6 +566,11 @@ config UCLIBC_HAS_SYSLOG Support sending messages to the system logger. This requires socket-support. +config UCLIBC_HAS_LFS + def_bool y + help + Large file support (always enabled; config symbol retained for + feature test to be compatible with uClibc). choice prompt "Malloc Implementation" default MALLOC if ! ARCH_USE_MMU