From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31902 invoked by alias); 8 Feb 2013 20:29:29 -0000 Received: (qmail 31882 invoked by uid 22791); 8 Feb 2013 20:29:28 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_CP X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Feb 2013 20:29:20 +0000 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Z2nzz1WLvz3hhpl; Fri, 8 Feb 2013 21:29:19 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3Z2nzz0XDJzbbhP; Fri, 8 Feb 2013 21:29:19 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id LYRpf46ZuBrb; Fri, 8 Feb 2013 21:28:03 +0100 (CET) X-Auth-Info: xrYu5/ni41XFjwfigvs98/mQxFtiizsNBwXGDmLC0Rw= Received: from igel.home (ppp-93-104-158-100.dynamic.mnet-online.de [93.104.158.100]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 8 Feb 2013 21:29:18 +0100 (CET) Received: by igel.home (Postfix, from userid 501) id C2D3BCA2A1; Fri, 8 Feb 2013 21:29:17 +0100 (CET) From: Andreas Schwab To: Steve McIntyre Cc: libc-ports@sourceware.org Subject: Re: [PATCH 2/4] Check for the FLAG_AARCH64_LIB64 flag in the ldconfig cache References: <20121126150131.GA28791@einval.com> <20121126150434.GB28791@einval.com> X-Yow: Now I can join WEIGHT WATCHERS! Date: Fri, 08 Feb 2013 20:29:00 -0000 In-Reply-To: <20121126150434.GB28791@einval.com> (Steve McIntyre's message of "Mon, 26 Nov 2012 15:04:34 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-02/txt/msg00019.txt.bz2 Steve McIntyre writes: > +#define add_system_dir(dir) \ > + do \ > + { \ > + size_t len = strlen (dir); \ > + char path[len + 3]; \ > + memcpy (path, dir, len + 1); \ > + if (len >= 6 && ! memcmp (path + len - 6, "/lib64", 6)) \ Is aarch64 supposed to be using lib64? If yes there should be a sysdeps configure script that sets libc_cv_slibdir and libdir similar to sysdeps/gnu/configure. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."