fix a compile error when compiling with glibc (#7816)

SVN-Revision: 22869
This commit is contained in:
Felix Fietkau 2010-09-01 15:21:43 +00:00
parent 8df0c8e390
commit 198730fb3d
1 changed files with 1 additions and 1 deletions

View 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" \