From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7142 invoked by alias); 7 Nov 2016 16:26:13 -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 7128 invoked by uid 89); 7 Nov 2016 16:26:12 -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=interest X-HELO: relay1.mentorg.com Date: Mon, 07 Nov 2016 16:26:00 -0000 From: Joseph Myers To: Chris Metcalf CC: Subject: Re: Library directories for tilegx In-Reply-To: <691b37f4-437f-67b5-5a0c-d5ce31ea1604@mellanox.com> Message-ID: References: <1e1c3a65-b62f-7736-3fb8-741aa6afe09f@mellanox.com> <691b37f4-437f-67b5-5a0c-d5ce31ea1604@mellanox.com> 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/msg00242.txt.bz2 On Thu, 3 Nov 2016, Chris Metcalf wrote: > On 11/3/2016 7:08 PM, Joseph Myers wrote: > > Incidentally, I found another issue in building: GCC has a tilegxbe-* > > target name for big-endian, but sysdeps/tile/preconfigure only handles > > tilegx, not tilegxbe. However, that's easy to work around by configuring > > glibc for a different triplet from GCC. > > Good point. I don't actually test tilegxbe; I don't think we ever had a lot > of interest in that version of the toolchain. I will try to remember to add > it next time I do tests, and I can push up a fix to preconfigure at that point > too (or feel free to push one yourself). In fact there are more problems: * Using GCC 6 branch, the tilegxbe build fails with an ICE building libgcc in the first GCC build. * Using GCC mainline, I get ICEs building libgcc for both tilegx and tilegxbe. -- Joseph S. Myers joseph@codesourcery.com