From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x232.google.com (mail-oi1-x232.google.com [IPv6:2607:f8b0:4864:20::232]) by sourceware.org (Postfix) with ESMTPS id BBFA23858D28 for ; Wed, 20 Jul 2022 17:16:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BBFA23858D28 Received: by mail-oi1-x232.google.com with SMTP id u76so11482360oie.3 for ; Wed, 20 Jul 2022 10:16:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:organization:in-reply-to :content-transfer-encoding; bh=/omcdwrWLY565nL8ScgKb8G5khRpaEeyrnMpiBy3bFc=; b=nRZFupI0E347GLx5xYepsevdCtuil8xNMqrOVwenMPpOPMz6JAlZ/i9/Fse8/7GetM Dq+76YKuxVPprUuob4p0v5WjqttRFdRMtPToFGC8R0BsoQuhmKWVPYRgoCiq6DSGRK6T 5QBuKd1pDuEoSKoNVa5o7FvIfTz1fzyV25hiwGwMkyirBKBtleXeMe4JIYEpuep8QrfK DUi4OoR2schH05bCgw0FuoPgFtZrElmjuFNMdrmbgpuxOZZuQnHumJgOByFVUjF/H9Yn pjB8ybs8PiZrDm3p3RFpgGQVouDL6yPee0DcPUea63EUyvbZ2Ms+9xkEjwb//45sMhpG u6eg== X-Gm-Message-State: AJIora+/WnScWJZ9nffBkpvo7bt7fduB8Pr0ImXI6SQ8jBgfsYhXJEdA oSg2n6imRsEewhay3jW8LicfIA== X-Google-Smtp-Source: AGRyM1tEnNU1NaAo7myIYZn337bfgjsgyvjbVZOoVX0Ts6e+SyOpU2Bt5VNLVqOm3o4GkArXY+STdA== X-Received: by 2002:aca:ba45:0:b0:339:c9b0:2985 with SMTP id k66-20020acaba45000000b00339c9b02985mr2886867oif.158.1658337373386; Wed, 20 Jul 2022 10:16:13 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:8ded:dd7a:8a21:1a2b:76c5? ([2804:431:c7cb:8ded:dd7a:8a21:1a2b:76c5]) by smtp.gmail.com with ESMTPSA id r6-20020a05683001c600b0061c3753c30dsm1604744ota.17.2022.07.20.10.16.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 20 Jul 2022 10:16:13 -0700 (PDT) Message-ID: <38fed26f-d615-270a-24ee-002b54895e0a@linaro.org> Date: Wed, 20 Jul 2022 14:16:10 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.0.2 Subject: Re: [PATCH v7 12/13] LoongArch: Update build-many-glibcs.py for the LoongArch Port. Content-Language: en-US To: caiyinyu , libc-alpha@sourceware.org, joseph_myers@mentor.com, carlos@redhat.com, i.swmail@xen0n.name References: <20220719012210.1464764-1-caiyinyu@loongson.cn> <20220719012210.1464764-4-caiyinyu@loongson.cn> From: Adhemerval Zanella Netto Organization: Linaro In-Reply-To: <20220719012210.1464764-4-caiyinyu@loongson.cn> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2022 17:16:16 -0000 LGTM, thanks. Reviewed-by: Adhemerval Zanella On 18/07/22 22:22, caiyinyu wrote: > --- > scripts/build-many-glibcs.py | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py > index cc058e115c..da9b905900 100755 > --- a/scripts/build-many-glibcs.py > +++ b/scripts/build-many-glibcs.py > @@ -218,6 +218,10 @@ class Context(object): > os_name='linux-gnu', > first_gcc_cfg=['--with-system-libunwind'], > binutils_cfg=['--enable-obsolete']) > + self.add_config(arch='loongarch64', > + os_name='linux-gnu', > + variant='lp64d', > + gcc_cfg=['--with-abi=lp64d','--disable-multilib']) > self.add_config(arch='m68k', > os_name='linux-gnu', > gcc_cfg=['--disable-multilib']) > @@ -1271,6 +1275,7 @@ def install_linux_headers(policy, cmdlist): > 'i686': 'x86', > 'i786': 'x86', > 'ia64': 'ia64', > + 'loongarch64': 'loongarch', > 'm68k': 'm68k', > 'microblaze': 'microblaze', > 'mips': 'mips',