Fix most things when large file support is not configured.

2012.11.x
Manuel Novoa III 2003-11-17 01:29:27 +00:00
parent 7bfc5d37f4
commit 8162065d96
1 changed files with 4 additions and 0 deletions

View File

@ -210,6 +210,10 @@ ifeq ($(ENABLE_LOCALE),true)
EXTRA_GCC_CONFIG_OPTIONS += --enable-clocale=gnu
endif
ifneq ($(BUILD_WITH_LARGEFILE),true)
DISABLE_LARGEFILE= --disable-largefile
endif
HOSTCC:=gcc
BASE_DIR:=${shell pwd}
SOURCE_DIR:=$(BASE_DIR)/sources