diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-30 20:21:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-30 20:21:57 +0000 |
commit | d7618f3bcee34bc556e1a208a8b2f17f959f354d (patch) | |
tree | 6a753e39a404d817afa3b525617c9f8299ea91e1 /toolchain/eglibc/Makefile | |
parent | 3342cf9296e1ab33c8fc2cc8d5ca6c600c820d0d (diff) | |
download | upstream-d7618f3bcee34bc556e1a208a8b2f17f959f354d.tar.gz upstream-d7618f3bcee34bc556e1a208a8b2f17f959f354d.tar.bz2 upstream-d7618f3bcee34bc556e1a208a8b2f17f959f354d.zip |
[toolchain] define libc_cv_slibdir, fixes mips64 compilation (#5011)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15526 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index dff7e48528..d237f4e123 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -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) \ |