From: Manuel Novoa III Date: Mon, 17 Nov 2003 01:29:27 +0000 (-0000) Subject: Fix most things when large file support is not configured. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8162065d968b219e01628d5118683ba41da6c121;p=buildroot.git Fix most things when large file support is not configured. --- diff --git a/Makefile b/Makefile index 5a7d7aad75..6aaf9fa414 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