projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[toolchain] uClibc: remove references to $(CONFIG_LARGEFILE)
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/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.024365 seconds
and
4
git commands to generate.