diff mbox

[uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.21-29-g43ee648

Message ID 20170124041550.CF969100A4@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Jan. 24, 2017, 4:15 a.m. UTC
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 <stilor@att.net>
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 <stilor@att.net>

-----------------------------------------------------------------------

Summary of changes:
 extra/Configs/Config.in | 5 +++++
 1 file changed, 5 insertions(+)



hooks/post-receive
diff mbox

Patch

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