From cad937c12d93653ed1bf548eed8fc1a178f991d8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 17 Oct 2001 01:10:29 +0000 Subject: This commit makes large file support actually work (when enabled in the config file). I've tested this and it works for me. -Erik --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f9cc9acc..a61f657d0 100644 --- a/Makefile +++ b/Makefile @@ -166,6 +166,11 @@ uClibc_config.h: Makefile Config echo "#undef __UCLIBC_USE_UNIFIED_SYSCALL__" >> uClibc_config.h ; \ fi @echo "#define C_SYMBOL_PREFIX "\""$(C_SYMBOL_PREFIX)"\" >> uClibc_config.h + @if [ "$(DOLFS)" = "true" ] ; then \ + echo "#define __UCLIBC_HAVE_LFS__ 1" >> uClibc_config.h ; \ + else \ + echo "#undef __UCLIBC_HAVE_LFS__" >> uClibc_config.h ; \ + fi subdirs: $(patsubst %, _dir_%, $(DIRS)) -- cgit v1.2.3