diff options
-rw-r--r-- | package/eglibc/Makefile | 1 | ||||
-rw-r--r-- | package/glibc/Makefile | 1 | ||||
-rw-r--r-- | target/Config.in | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index e489c6aad..d9c4cad1e 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -71,5 +71,6 @@ endif PATH='${TARGET_PATH}' \ $(MAKE) -C $(WRKBUILD) \ install-headers install-bootstrap-headers=yes + @find $(IDIR_EGLIBC_DEV) -name .install -delete include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/glibc/Makefile b/package/glibc/Makefile index 9cd8748b8..c068c3606 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -63,5 +63,6 @@ endif install-headers touch $(IDIR_GLIBC_DEV)/usr/include/gnu/stubs.h touch $(IDIR_GLIBC_DEV)/usr/include/bits/stdio_lim.h + @find $(IDIR_GLIBC_DEV) -name .install -delete include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/target/Config.in b/target/Config.in index 8fa9731df..716ce119d 100644 --- a/target/Config.in +++ b/target/Config.in @@ -362,7 +362,7 @@ depends on ! ADK_NATIVE config ADK_TARGET_LIB_UCLIBC bool "uClibc embedded C library" # broken, because of 16kB pagesize - #depends on !ADK_LINUX_MIPS64_LEMOTE + depends on !ADK_LINUX_MIPS64_LEMOTE help http://uclibc.org |