From 8162065d968b219e01628d5118683ba41da6c121 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 17 Nov 2003 01:29:27 +0000 Subject: Fix most things when large file support is not configured. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5a7d7aad7..6aaf9fa41 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3