From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30052 invoked by alias); 13 Mar 2013 14:57:01 -0000 Received: (qmail 30041 invoked by uid 22791); 13 Mar 2013 14:57:00 -0000 X-SWARE-Spam-Status: No, hits=-9.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Mar 2013 14:56:47 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2DEuiDU015997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 13 Mar 2013 10:56:44 -0400 Received: from [10.3.113.38] (ovpn-113-38.phx2.redhat.com [10.3.113.38]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2DEugW4003120; Wed, 13 Mar 2013 10:56:43 -0400 Message-ID: <514093AA.4090100@redhat.com> Date: Wed, 13 Mar 2013 14:57:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3 MIME-Version: 1.0 To: Jakub Jelinek , Marcus Shawcroft CC: Andreas Schwab , libc-ports@sourceware.org Subject: Re: [PATCH] aarch64: use lib64 as default lib and slib directory References: <51408226.7020808@redhat.com> <20130313134646.GU12913@tucnak.redhat.com> In-Reply-To: <20130313134646.GU12913@tucnak.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00128.txt.bz2 On 03/13/2013 09:46 AM, Jakub Jelinek wrote: > On Wed, Mar 13, 2013 at 09:41:58AM -0400, Carlos O'Donell wrote: >> On 03/13/2013 07:33 AM, Andreas Schwab wrote: >>> The default (s)libdir for aarch64 should be /lib64. >>> >>> Andreas. >>> >>> * sysdeps/unix/sysv/linux/aarch64/configure.in: Set >>> libc_cv_slibdir, libdir and libc_cv_localedir. >>> * sysdeps/unix/sysv/linux/aarch64/configure.in: Regenerate. >> >> This looks good to me and should be the correct default. >> >> However, there was some recent discussion about this in gcc. >> >> Jakub, What's the status? > > No progress there, see the > http://gcc.gnu.org/ml/gcc-patches/2013-03/msg00288.html > thread. I'd really like to get it resolved before we cut > GCC 4.8.0-rc1 this week. If I'm not wrong it would seem that between SUSE (Andreas Scwhab), RedHat, and ARM (Marcus Shawcroft) we might all agree that it should default to /lib64? It doesn't matter to Debian/Ubuntu because they are using multiarch. Marcus, what do you say? Cheers, Carlos.