From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11608 invoked by alias); 4 Nov 2016 00:44:11 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 11599 invoked by uid 89); 4 Nov 2016 00:44:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=biarch, Hx-languages-length:475 X-HELO: relay1.mentorg.com Date: Fri, 04 Nov 2016 00:44:00 -0000 From: Joseph Myers To: , Subject: Library directories for tilegx Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-SW-Source: 2016-11/txt/msg00129.txt.bz2 TileGX GCC believes that 64-bit libraries go in lib/ and 32-bit libraries and dynamic linker go in lib32/. But the glibc port does not use LIBC_SLIBDIR_RTLDDIR in the 32-bit case, meaning that both get installed in lib/ and building a biarch GCC blows up (as found when making my build-many-glibcs.py script support building all GNU/Linux glibc ABIs). What is the correct set of directories to use? -- Joseph S. Myers joseph@codesourcery.com