define libc_cv_slibdir, fixes mips64 compilation (#5011)
SVN-Revision: 15526
This commit is contained in:
parent
fc521bf541
commit
3e0e015a0d
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ EGLIBC_CONFIGURE:= \
|
|||
BUILD_CC="$(HOSTCC)" \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(EGLIBC_CFLAGS)" \
|
||||
libc_cv_slibdir="/lib" \
|
||||
$(HOST_BUILD_DIR)/libc/configure \
|
||||
--prefix=/usr \
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
|
|
|
@ -52,6 +52,7 @@ GLIBC_CONFIGURE:= \
|
|||
libc_cv_forced_unwind=yes \
|
||||
libc_cv_c_cleanup=yes \
|
||||
libc_cv_386_tls=yes \
|
||||
libc_cv_slibdir="/lib" \
|
||||
$(HOST_BUILD_DIR)/configure \
|
||||
--prefix=/usr \
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
|
|
Loading…
Reference in a new issue