|
@@ -161,10 +161,14 @@ uClibc_config: Makefile Config
|
|
|
else \
|
|
|
echo "#undef __UCLIBC_HAS_IPV6__" >> include/bits/uClibc_config.h ; \
|
|
|
fi
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
@if [ "$(HAS_MMU)" = "true" ] ; then \
|
|
|
echo "#define __UCLIBC_HAS_MMU__ 1" >> include/bits/uClibc_config.h ; \
|
|
|
else \
|
|
|
echo "#undef __UCLIBC_HAS_MMU__" >> include/bits/uClibc_config.h ; \
|
|
|
+ echo "#define __UCLIBC_UCLINUX_BROKEN_MUNMAP__ 1" >> include/bits/uClibc_config.h ; \
|
|
|
fi
|
|
|
@if [ "$(HAS_FLOATING_POINT)" = "true" ] ; then \
|
|
|
echo "#define __UCLIBC_HAS_FLOATS__ 1" >> include/bits/uClibc_config.h ; \
|