Fix most things when large file support is not configured.

This commit is contained in:
Manuel Novoa III 2003-11-17 01:29:27 +00:00
parent 7bfc5d37f4
commit 8162065d96

View file

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