[toolchain] remove support for disabling large file support, it is broken, breaks...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Jan 2011 17:00:43 +0000 (17:00 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Jan 2011 17:00:43 +0000 (17:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25208 3c298f89-4303-0410-b956-a3cf2f4a3e73

Config.in
rules.mk

index a634328..c9ef24a 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -140,13 +140,6 @@ menu "Global build settings"
                  In case software provides optional support for patented functionality,
                  this optional support will get disabled for this package.
 
                  In case software provides optional support for patented functionality,
                  this optional support will get disabled for this package.
 
-       config LARGEFILE
-               bool
-               prompt "Enable large file (files > 2 GB) support"
-               default y
-               help
-                 Enable large file (files > 2 GB) support.
-
        config SHADOW_PASSWORDS
                bool
                prompt "Enable shadow password support"
        config SHADOW_PASSWORDS
                bool
                prompt "Enable shadow password support"
index 2e66bea..1a9bfc8 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -231,12 +231,6 @@ else
   DISABLE_IPV6:=--disable-ipv6
 endif
 
   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
 ifeq ($(CONFIG_TAR_VERBOSITY),y)
   TAR_OPTIONS:=-xvf -
 else
This page took 0.022835 seconds and 4 git commands to generate.