summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2012-03-13 22:32:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-14 12:02:03 +0100
commit7dcd8d75e60c1b79fc4c2900814321aa7d94d429 (patch)
tree8cb601ffd00838b89976db444dbd0f9180c46cbe /rules/glibc.make
parent6ab2da4165bb0051602a5b40beebfab13d4ba68a (diff)
downloadptxdist-7dcd8d75e60c1b79fc4c2900814321aa7d94d429.tar.gz
ptxdist-7dcd8d75e60c1b79fc4c2900814321aa7d94d429.tar.xz
on multilib do not put all dynamic linkers in /lib
It is assumed by the makefiles that all dynamic linkers must be put in /lib. This is however not true. Especially on multilib configurations this information cannot be guessed. By looking in the sysroot of the compiler toolchain the right paths can be found. Default the scripts already look there, so remove the unneeded options. 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.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index c4e672495..3ddf249d6 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -36,7 +36,7 @@ $(STATEDIR)/glibc.targetinstall:
@$(call install_fixup, glibc,DESCRIPTION,missing)
ifdef PTXCONF_GLIBC_LD
- @$(call install_copy_toolchain_dl, glibc, /lib)
+ @$(call install_copy_toolchain_dl, glibc)
endif
ifdef PTXCONF_GLIBC_C