From: nbd Date: Wed, 1 Sep 2010 15:21:43 +0000 (+0000) Subject: fix a compile error when compiling with glibc (#7816) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c73c77e6885f8f40bd133ea0b7c171c6047f285c;p=openwrt.git fix a compile error when compiling with glibc (#7816) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22869 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" \