From: Felix Fietkau Date: Wed, 1 Sep 2010 15:21:43 +0000 (+0000) Subject: fix a compile error when compiling with glibc (#7816) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=5f471f94a3221160a6e2268d93eb779b753a4593 fix a compile error when compiling with glibc (#7816) SVN-Revision: 22869 --- diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index abd1c57077..789ae842d6 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -57,7 +57,7 @@ GLIBC_CONFIGURE:= \ libc_cv_386_tls=yes \ libc_cv_slibdir="/lib" \ $(HOST_BUILD_DIR)/configure \ - --prefix=/ \ + --prefix= \ --build=$(GNU_HOST_NAME) \ --host=$(REAL_GNU_TARGET_NAME) \ --with-headers="$(TOOLCHAIN_DIR)/include" \