[toolchain] remove support for disabling large file support, it is broken, breaks...
[openwrt.git] / rules.mk
index 2e66bea..1a9bfc8 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -231,12 +231,6 @@ else
   DISABLE_IPV6:=--disable-ipv6
 endif
 
-ifeq ($(CONFIG_LARGEFILE),y)
-  DISABLE_LARGEFILE:=
-else
-  DISABLE_LARGEFILE:=--disable-largefile
-endif
-
 ifeq ($(CONFIG_TAR_VERBOSITY),y)
   TAR_OPTIONS:=-xvf -
 else
This page took 0.019413 seconds and 4 git commands to generate.