[toolchain] define libc_cv_slibdir, fixes mips64 compilation (#5011)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 30 Apr 2009 20:21:57 +0000 (20:21 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 30 Apr 2009 20:21:57 +0000 (20:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15526 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/eglibc/Makefile
toolchain/glibc/Makefile

index dff7e48..d237f4e 100644 (file)
@@ -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) \
index 1f715b9..229f206 100644 (file)
@@ -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) \
This page took 0.038433 seconds and 4 git commands to generate.