From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30027 invoked by alias); 25 Oct 2016 22:25:13 -0000 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 Received: (qmail 29933 invoked by uid 89); 25 Oct 2016 22:25:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=t-aarch64-linux, sk:MULTILI, ILP32, sk:multili X-HELO: einhorn.in-berlin.de Received: from einhorn.in-berlin.de (HELO einhorn.in-berlin.de) (192.109.42.8) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Oct 2016 22:25:09 +0000 X-Envelope-From: doko@debian.org Received: from [192.168.178.26] (ip5f5af460.dynamic.kabel-deutschland.de [95.90.244.96]) (authenticated bits=0) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id u9PMP4iQ000664 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 26 Oct 2016 00:25:04 +0200 Subject: Re: [PATCH/AARCH64] Handle ILP32 multi-arch To: Andrew Pinski , GCC Patches References: Cc: Ramana Radhakrishnan From: Matthias Klose Message-ID: <0152d3d1-f9ae-0579-fed8-021785204b0c@debian.org> Date: Tue, 25 Oct 2016 22:25:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg02073.txt.bz2 On 07.10.2016 23:08, Andrew Pinski wrote: > Hi, > This patch adds ilp32 multi-arch support. This is needed to support > multi-arch on Debian like systems. > > OK? Bootstrapped and tested on aarch64-linux-gnu with no regressions. > Also tested with ilp32 with a newly built toolchain that supports > ILP32 with Ubuntu 1604 base. > > Thanks, > Andrew > > ChangeLog: > * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES): Handle > multi-arch for ilp32. I can't approve that, but it looks like a reasonable change, but we should document the multiarch triplet at https://wiki.debian.org/Multiarch/Tuples Matthias