summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-12 11:42:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-12 11:42:44 +0100
commitbf47f2d852558cdf07c29564af7284b428c2ffe6 (patch)
treee3e268f851c83903d9f1f5782bc6e87636c73e65
parent72d93163012bc54c99ba5cd589f583fbf2c0dad6 (diff)
fix mips64 glibc toolchains
-rw-r--r--toolchain/glibc/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc
index d7bcecb13..79ba89cc2 100644
--- a/toolchain/glibc/Makefile.inc
+++ b/toolchain/glibc/Makefile.inc
@@ -32,3 +32,4 @@ GLIBC_ENV:= PATH='${TARGET_PATH}' \
libc_cv_c_cleanup=yes \
libc_cv_gnu99_inline=yes \
libc_cv_sparc64_tls=yes \
+ libc_cv_slibdir="/lib" \