Pārlūkot izejas kodu

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: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo Zacarias 10 gadi atpakaļ
vecāks
revīzija
f360fec787
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      toolchain/toolchain-common.in

+ 1 - 0
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