[Buildroot] [git commit] toolchain-common: default to Y for LARGEFILE

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Apr 1 20:42:32 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=f360fec787991a408793f1a676c28f225ad94f38
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This will allow us to remove largefile handling in the tree without
breaking things while doing so.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 toolchain/toolchain-common.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index 304afe4..7eb22ce 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -7,6 +7,7 @@ source "package/gdb/Config.in.host"
 
 config BR2_LARGEFILE
 	bool
+	default y
 
 config BR2_INET_IPV6
 	bool


More information about the buildroot mailing list