Commit f360fec7 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

toolchain-common: default to Y for LARGEFILE



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

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 52ef4746
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ source "package/gdb/Config.in.host"

config BR2_LARGEFILE
	bool
	default y

config BR2_INET_IPV6
	bool