mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-24 02:16:29 +08:00
fix a compile error when compiling with glibc (#7816)
SVN-Revision: 22869
This commit is contained in:
parent
8df0c8e390
commit
198730fb3d
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user