summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2012-03-13 22:32:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-14 12:09:17 +0100
commit82f179ac3154dc3d11de60595edbcd5c5acfd9b5 (patch)
treed7b6be5a030bfbec98ee68086ba9b61a6bf6f90f /rules/glibc.make
parent0127fb0b9bc4416c0f7ac943372fc7a2b6164a3a (diff)
downloadptxdist-82f179ac3154dc3d11de60595edbcd5c5acfd9b5.tar.gz
ptxdist-82f179ac3154dc3d11de60595edbcd5c5acfd9b5.tar.xz
Link /usr/lib/libdl.so is not needed and wrong on x86_64
This link is always being generated and it is assumed that it must always point to /lib/libdl.so.2. But this script is not needed and points to the wrong location when a multilib toolchain is being used where the dynamic linker must be in /lib64 Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index 3ddf249d6..2de7a136f 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -57,7 +57,6 @@ endif
ifdef PTXCONF_GLIBC_DL
@$(call install_copy_toolchain_lib, glibc, libdl.so.2)
- @$(call install_link, glibc, ../../lib/libdl.so.2, /usr/lib/libdl.so)
endif
ifdef PTXCONF_GLIBC_CRYPT