From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89833 invoked by alias); 10 Dec 2016 21:24:28 -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 89677 invoked by uid 89); 10 Dec 2016 21:24:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=toolchain, pinskia@gmail.com, pinskiagmailcom, HTo:D*debian.org X-HELO: mail-yw0-f193.google.com Received: from mail-yw0-f193.google.com (HELO mail-yw0-f193.google.com) (209.85.161.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 10 Dec 2016 21:24:21 +0000 Received: by mail-yw0-f193.google.com with SMTP id a10so4722741ywa.1 for ; Sat, 10 Dec 2016 13:24:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PS0EmdixHaJfusQ4/BSYDF++d+BBPCbzNKQogqxn1RM=; b=AWW6E3q33lWJBRV/BdF7KFjRLxye334NOpbrCUpUji3Lm6LSlqv98FxAHmzJUqEa0h Tu8RRHPHmnyQ8Txjt3JCnp+mJ83Lk+hS+TWwDw9Z4xips5BUddSg31JGkUz3ORvo+EcU ktMg0e0fMVsI7di0dTCt7+4dMO9TNUyFDe8fRNEjhJdWPIiPD9OPXXocNMEE//ozbZ3s kuLp1Z1PpeoRbMjwSXBcLVJG64587SIbu9uiw7zgIX017EjSurNnI8NIW49s1DEfxUUL TEieKmQF4rSQiNM29x6Z5FcM57iYBV6SbUrqLVSLkp5//o44SBV5Y/VueIHcJPJTGpEs PzOQ== X-Gm-Message-State: AKaTC01M0i2n4ZY/FY2y9fqCHEQkaxi6nHMS1cC3zMKXmomjYMNp6MGdyZojAbp7NPqhfGwuG8EIIC1EmoovOg== X-Received: by 10.13.238.67 with SMTP id x64mr77358037ywe.291.1481405048714; Sat, 10 Dec 2016 13:24:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.42.65 with HTTP; Sat, 10 Dec 2016 13:24:08 -0800 (PST) In-Reply-To: References: <0152d3d1-f9ae-0579-fed8-021785204b0c@debian.org> From: Andrew Pinski Date: Sat, 10 Dec 2016 21:24:00 -0000 Message-ID: Subject: Re: [PATCH/AARCH64] Handle ILP32 multi-arch To: Matthias Klose Cc: GCC Patches , Ramana Radhakrishnan Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00952.txt.bz2 On Thu, Nov 10, 2016 at 6:58 PM, Andrew Pinski wrote: > On Tue, Oct 25, 2016 at 3:25 PM, Matthias Klose wrote: >> 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 > > > Ping? Ping? This is the only outstanding GCC ILP32 related patch. > > Thanks, > Andrew > >> >> Matthias >>