Browse Source

disable uclibc for lemote, still broken

Waldemar Brodkorb 15 years ago
parent
commit
a289f2633a
3 changed files with 3 additions and 1 deletions
  1. 1 0
      package/eglibc/Makefile
  2. 1 0
      package/glibc/Makefile
  3. 1 1
      target/Config.in

+ 1 - 0
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

+ 1 - 0
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

+ 1 - 1
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