From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ey0-f172.google.com ([209.85.215.172]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1S7ZKc-0006Wd-0b for ptxdist@pengutronix.de; Tue, 13 Mar 2012 22:32:38 +0100 Received: by eaaq11 with SMTP id q11so706019eaa.31 for ; Tue, 13 Mar 2012 14:32:28 -0700 (PDT) From: Remy Bohmer Date: Tue, 13 Mar 2012 22:32:18 +0100 Message-Id: <1331674338-1757-5-git-send-email-linux@bohmer.net> In-Reply-To: <1331674338-1757-1-git-send-email-linux@bohmer.net> References: <1331674338-1757-1-git-send-email-linux@bohmer.net> Subject: [ptxdist] [PATCH 5/5 v2] [x86_64, glibc] Link /usr/lib/libdl.so is not needed and wrong on x86_64 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 --- v2: Repost to keep the series together rules/glibc.make | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/rules/glibc.make b/rules/glibc.make index 3ddf249..2de7a13 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 -- 1.7.5.4 -- ptxdist mailing list ptxdist@pengutronix.de