Browse Source

explicitly disable the use of ldconfig

SVN-Revision: 27220
Mirko Vogt 14 years ago
parent
commit
4716055a1e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/eglibc/Makefile

+ 1 - 0
toolchain/eglibc/Makefile

@@ -60,6 +60,7 @@ EGLIBC_CONFIGURE:= \
 	$(TARGET_CONFIGURE_OPTS) \
 	CFLAGS="$(EGLIBC_CFLAGS)" \
 	libc_cv_slibdir="/lib" \
+	use_ldconfig=no \
 	$(HOST_BUILD_DIR)/libc/configure \
 		--prefix= \
 		--build=$(GNU_HOST_NAME) \