From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.hgst.iphmx.com (esa1.hgst.iphmx.com [68.232.141.245]) by sourceware.org (Postfix) with ESMTPS id 6C437384BC21 for ; Wed, 15 Jul 2020 01:16:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6C437384BC21 IronPort-SDR: 00xXxzElwoG+ljOoBm/pfhfIkm2Ud0xnrK4mVc93ZxmH0tF3J5425ckHHvtk0lpP49iqbbkxx5 eZfNzyWmZUVJH1ZRani7RqHSFRlolVOysOl8jaXkajYKDJb2wZsnqVdflqGG6TJtJKasomq/8i thUy9Jx8+Svu4flf7P6rsORZeJTC7l+z4Qs9yKpRPBoTCisJkMF+A6GsP2+K9QVlJICfclcfLf K2+OVc4qlllbk8w78mPtOtkJjgfo+XBpYRA3Y9ZL6ulljW5VUcebaX0vfhzWg19fjJwl2yxk8F RJk= X-IronPort-AV: E=Sophos;i="5.75,353,1589212800"; d="scan'208";a="251736322" Received: from h199-255-45-14.hgst.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 15 Jul 2020 09:16:50 +0800 IronPort-SDR: XbLTziJm/ruNscbUwOaVQorRjpdtAVIsErvHG/SaVsQkT/y82cKuSsBy5F+Z2OgwCyXSWCV/Q1 +gkUpZCFQgWw2tDA513fQ6GZscla24RyQ= Received: from uls-op-cesaip01.wdc.com ([10.248.3.36]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jul 2020 18:05:15 -0700 IronPort-SDR: y0V7jbSPMns6mrkyhVRcLLQSk+4jTB9ADiJKea7rTOO+f/3sT75fqXHY+Yw5Kt/9LxoId8UgVv T9g/5EEw9wjQ== WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jul 2020 18:16:49 -0700 Date: Wed, 15 Jul 2020 02:16:45 +0100 (BST) From: "Maciej W. Rozycki" To: Alistair Francis cc: libc-alpha@sourceware.org Subject: Re: [PATCH v3 19/19] Add RISC-V 32-bit target to build-many-glibcs.py In-Reply-To: <0189f629b149cc35b201bee51b70d407a2e23fb5.1594568655.git.alistair.francis@wdc.com> Message-ID: References: <0189f629b149cc35b201bee51b70d407a2e23fb5.1594568655.git.alistair.francis@wdc.com> User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 15 Jul 2020 01:16:51 -0000 On Sun, 12 Jul 2020, Alistair Francis via Libc-alpha wrote: > Support building three variant of 32 bit RISC-V glibc as follows: Support building three variants of 32-bit RISC-V glibc as follows: Otherwise OK. Maciej