summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-16 03:10:39 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-16 03:10:39 +0000
commit46d6bbc8e2d2016ecbe851a10bb1676bd7e96274 (patch)
treeb76ccd5c7986509f6153f98e7f40168454619d41 /Makefile
parent38b024251f16664891f1b714d9d786168cef0cca (diff)
Revert global old mmap usage, and do it per arch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 897c415a3..3f9cc9acc 100644
--- a/Makefile
+++ b/Makefile
@@ -165,11 +165,6 @@ uClibc_config.h: Makefile Config
else \
echo "#undef __UCLIBC_USE_UNIFIED_SYSCALL__" >> uClibc_config.h ; \
fi
- @if [ "$(OLD_STYLE_MMAP)" != "false" ] ; then \
- echo "#define __UCLIBC_OLD_STYLE_MMAP__ 1" >> uClibc_config.h ; \
- else \
- echo "#undef __UCLIBC_OLD_STYLE_MMAP__" >> uClibc_config.h ; \
- fi
@echo "#define C_SYMBOL_PREFIX "\""$(C_SYMBOL_PREFIX)"\" >> uClibc_config.h
subdirs: $(patsubst %, _dir_%, $(DIRS))