From 1db1d443f3cfa3171b346073840c3e7ea4772375 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 28 Jan 2011 17:00:43 +0000 Subject: [toolchain] remove support for disabling large file support, it is broken, breaks compatibility to anything and has no effect on most packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25208 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- rules.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index 2e66bea4c..1a9bfc859 100644 --- 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 -- cgit v1.2.3