diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:25 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:43:01 +0200 |
commit | c0d6625e5eaec29921e6fc5c01a678ad91f32ed8 (patch) | |
tree | 16d20e69f465e565f5ce1f71327484e45ffd2602 /package/Makefile.in | |
parent | 152d6414cad38a5bec1756a7b8d3b32487812492 (diff) |
package infra: drop non-lfs support
Now that largefile is mandatory remove support for non-lfs
tweaks/variables in the package infra and the gcc build.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 803b162a7..fc57427e2 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -136,10 +136,7 @@ ifeq ($(BR2_DEBUG_3),y) TARGET_DEBUGGING = -g3 endif -ifeq ($(BR2_LARGEFILE),y) TARGET_CPPFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -endif - TARGET_CFLAGS = $(TARGET_CPPFLAGS) $(TARGET_ABI) $(TARGET_OPTIMIZATION) $(TARGET_DEBUGGING) TARGET_CXXFLAGS = $(TARGET_CFLAGS) TARGET_LDFLAGS = $(call qstrip,$(BR2_TARGET_LDFLAGS)) @@ -373,10 +370,6 @@ else DISABLE_NLS :=--disable-nls endif -ifneq ($(BR2_LARGEFILE),y) -DISABLE_LARGEFILE = --disable-largefile -endif - ifeq ($(BR2_INET_IPV6),y) DISABLE_IPV6 = --enable-ipv6 else |