summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-22 11:15:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-22 11:15:06 +0200
commit973e48a12220e56e06ad5d839473e5cdefef8e71 (patch)
tree5405a5af8b156e63808b156627dc470cbf0a283f /toolchain/glibc/Makefile
parent187960a69f36d84730783fa9fcc418bef1f27ea7 (diff)
fix eglibc/glibc support on lemote 64 bit
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r--toolchain/glibc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index e1b48f4e9..36d6f1214 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -36,7 +36,8 @@ GLIBC_ENV:= PATH='${TARGET_PATH}' \
LD=${REAL_GNU_TARGET_NAME}-ld \
libc_cv_forced_unwind=yes \
libc_cv_c_cleanup=yes \
- libc_cv_gnu99_inline=yes
+ libc_cv_gnu99_inline=yes \
+ libc_cv_slibdir="/lib"
ifeq ($(ADK_DEVICE_NO_FPU),y)
GLIBC_CONFOPTS+= --without-fp