fix a compile error when compiling with glibc (#7816)
authorFelix Fietkau <nbd@openwrt.org>
Wed, 1 Sep 2010 15:21:43 +0000 (15:21 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 1 Sep 2010 15:21:43 +0000 (15:21 +0000)
SVN-Revision: 22869

toolchain/glibc/Makefile

index abd1c5707717a58b74fabe0fadf756a5b7ab2d29..789ae842d61b6e4b6ff396dd61bf62bdba2eb4ad 100644 (file)
@@ -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" \