summaryrefslogtreecommitdiff
path: root/toolchain/eglibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-22 12:42:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-22 12:42:11 +0200
commit2c84de509054d770081084ca223f55b67ef945db (patch)
tree3ea01066e0499e567f7c6c89c62e45a8118dab19 /toolchain/eglibc
parentdfedf6631eaf8c669ec141f4cb1d21f93399a310 (diff)
parent7a9453732c3443e61615a5ac08555c0f1fb4f495 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r--toolchain/eglibc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index c41752bfa..7b04ffa23 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -30,7 +30,8 @@ EGLIBC_ENV:= PATH='${TARGET_PATH}' \
RANLIB=${REAL_GNU_TARGET_NAME}-ranlib \
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)
EGLIBC_CONFOPTS+= --without-fp