diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-16 03:10:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-16 03:10:39 +0000 |
commit | 46d6bbc8e2d2016ecbe851a10bb1676bd7e96274 (patch) | |
tree | b76ccd5c7986509f6153f98e7f40168454619d41 /Makefile | |
parent | 38b024251f16664891f1b714d9d786168cef0cca (diff) | |
download | uClibc-alpine-46d6bbc8e2d2016ecbe851a10bb1676bd7e96274.tar.bz2 uClibc-alpine-46d6bbc8e2d2016ecbe851a10bb1676bd7e96274.tar.xz |
Revert global old mmap usage, and do it per arch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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)) |