From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15730 invoked by alias); 10 Apr 2012 09:19:10 -0000 Received: (qmail 15722 invoked by uid 22791); 10 Apr 2012 09:19:09 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f47.google.com (HELO mail-bk0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Apr 2012 09:18:57 +0000 Received: by bkcjg15 with SMTP id jg15so4172785bkc.20 for ; Tue, 10 Apr 2012 02:18:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=e78ubYoXgD6ZzxoAq5WMRPh7HUrgAqkuKZf0zuXsML4=; b=Xk7dr5PF/z6l/82lcdmbbRyoJEjNkBxXeWYBvOjtmwuMwN+UftdPX1s9YzbfcWPKP3 BdNdVbOletOVAURJqJryFF5mFOPqZ7PhH7VZG+goQeNJemCuigAqa4iKbAiZ5F4PR4xN AJx7E3QzNR0LVmPhU5efBtcHo1zkN5lZnBgCeYCCBGwLNZBFq61RMiJuiGCkEAqsJTwg RQRmA1p7hvaSvqKP3sOPDoO+RF2yG9F9tcol/pZQgw35ECmqdmaUE6e6Wvft/UVdH3h0 07rD63VsehHHsO1Ovni6Kn1B0y9CkWS0UohPw6yYc+2szmmSFTB9x5fUyt2qM95PqVJX O/pQ== Received: by 10.205.122.77 with SMTP id gf13mr4641721bkc.15.1334049535812; Tue, 10 Apr 2012 02:18:55 -0700 (PDT) Received: from meriadoc.lan (ppp-94-64-19-197.home.otenet.gr. [94.64.19.197]) by mx.google.com with ESMTPS id z17sm34655731bkw.12.2012.04.10.02.18.53 (version=SSLv3 cipher=OTHER); Tue, 10 Apr 2012 02:18:55 -0700 (PDT) Date: Tue, 10 Apr 2012 09:19:00 -0000 From: Konstantinos Margaritis To: Jakub Jelinek Cc: Adam Conrad , cross-distro@lists.linaro.org, Richard Earnshaw , Andrew Haley , "gcc-patches@gcc.gnu.org" , law@redhat.com Subject: Re: [PATCH] ARM: Use different linker path for hardfloat ABI Message-Id: <20120410121851.d5c56d6e64812d50dc6ea86f@linaro.org> In-Reply-To: <20120410053607.GV16117@tyan-ft48-01.lab.bos.redhat.com> References: <20120403110140.GG16117@tyan-ft48-01.lab.bos.redhat.com> <201204091914.48299.vapier@gentoo.org> <20120409233139.GM24300@0c3.net> <201204100001.59608.vapier@gentoo.org> <20120410051736.GN24300@0c3.net> <20120410053607.GV16117@tyan-ft48-01.lab.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnNk98jnTTajdihmzTzV4EHwBoR93ZS0X4aqAg6DT75equkHNSy7KG/Ixl2oSu9SQNvMDD1 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-04/txt/msg00481.txt.bz2 On Tue, 10 Apr 2012 07:36:07 +0200 Jakub Jelinek wrote: > We really want consistency about the dynamic linker names etc. across > different targets and sneaking silently multiarch paths on one architecture > would make it inconsistent with all the others. So, please just use > /libhf/ld-linux.so.3. I personally find /libhf extremely ugly. If having a second path is a problem, how about using the triplet in the filename? Like: /lib/ld-linux-arm-linux-gnueabihf.so.3 ? Unique per arch and not multiarched. And AFAIK, Linux can handle long filenames just fine... Konstantinos