diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-28 17:00:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-28 17:00:43 +0000 |
commit | 2bfa03e5ce72244692ef6efee393482c7cbe30c3 (patch) | |
tree | 975437ef47eab9ead9873efc7b465c25d435288e /rules.mk | |
parent | 8d441108f2b68ace805f63fa19dd1ce355b3457a (diff) | |
download | upstream-2bfa03e5ce72244692ef6efee393482c7cbe30c3.tar.gz upstream-2bfa03e5ce72244692ef6efee393482c7cbe30c3.tar.bz2 upstream-2bfa03e5ce72244692ef6efee393482c7cbe30c3.zip |
[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
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |