From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 17D363858C2D for ; Wed, 16 Feb 2022 04:42:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 17D363858C2D Received: by smtp.gentoo.org (Postfix, from userid 559) id 1BEAA3432CC; Wed, 16 Feb 2022 04:42:13 +0000 (UTC) Date: Tue, 15 Feb 2022 23:42:11 -0500 From: Mike Frysinger To: Hans-Peter Nilsson Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 03/12] sim/testsuite: Set global_cc_os also when no compiler is found Message-ID: Mail-Followup-To: Hans-Peter Nilsson , gdb-patches@sourceware.org References: <20220214225824.AC90A20439@pchp3.se.axis.com> <20220214230205.A529420439@pchp3.se.axis.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DsJnRYSWgn2osGhI" Content-Disposition: inline In-Reply-To: <20220214230205.A529420439@pchp3.se.axis.com> X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2022 04:42:18 -0000 --DsJnRYSWgn2osGhI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On 15 Feb 2022 00:02, Hans-Peter Nilsson via Gdb-patches wrote: > Neither the commit introducing progos, nor the top comment > in run_sim_test, mentions progos as intended only for C > tests, or that its use must be gated on $global_cc_works != > 0, so (not) setting it in the no-working-compiler path seems > just overlooked. you're correct, thanks -- it is not meant to be language agnostic. just pratically speaking, C tests tend to be the only ones that can target a different OS. -mike --DsJnRYSWgn2osGhI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmIMgKIACgkQQWM7n+g3 9YGZ8Q/+J8DvAuTZ7YirdLQWd7jUsb2jsdFLL572/WGGL1xyG2+VyspogUFW/lE6 LkCK6awaXAFCop+8QyFoJ7PiOCs1Cafg/QH2h8DT7mR/81oi/BWUy9V38pfZxPSp 9QMbJ3xKAy1Lo5lW30bbpjEMqjYsgdzedu+ks9nO7ykI5QylbLu+VtnoPicozw99 npTCtqiJ1P0VJ0ultoj0gdj/VAaIMuFZ/0/L2fcoCxSblqKW3GyIR9LHwCQ9ftuG xzH9dvxRXpyqKKpr019S3hRk5DPU43wT24GXCM28r13oZYpoFo+JUv33ZY2AgH23 93UW6UomtEkdP8ubC4+7Tl/4GZfD9nInH+4CAJt62/kYYArGoYB2MiIGOGVurWEb ugxZLpb0N4ZJM8S5iTMfUMg5R3O5/VJSJyNfxna8kAxytdBiaVIcl832cMv09NFk RvhRmy95+/B4lghtuYCJlF1iliwUIb8bi14se4BEj1IcFuARoN1D02Pugm0+yXo4 xwzmK60U0qVhTDhP0iSQwjPK0ZoUV2/a/GrBhWLIp4ttFAVpI9EQskuMx9gOklT6 4yXoAkfZadbihyZ8X29zB8r4jxjB1UJ0v3anoWct48PLYJiB78ljNec0b03KVUez AULj5A1Jm76bijzGFf+Ti283FEXuxSfeE7Ook0Jxh8lF0O+QgmA= =/rNj -----END PGP SIGNATURE----- --DsJnRYSWgn2osGhI--