From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8654158064 for ; Sat, 4 May 2024 11:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FA122BC021; Sat, 4 May 2024 11:52:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 330A22BC021 for ; Sat, 4 May 2024 11:52:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 292BB34313E for ; Sat, 4 May 2024 11:52:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61DD719F3 for ; Sat, 4 May 2024 11:52:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714823569.fbbcdd8e4ba2dd77c6161745b43602dd69a1e096.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fbbcdd8e4ba2dd77c6161745b43602dd69a1e096 X-VCS-Branch: master Date: Sat, 4 May 2024 11:52:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1875991a-28f1-47ac-a83a-f7acb19eee32 X-Archives-Hash: f4be24f2933daf3363dc60eca85f2af1 commit: fbbcdd8e4ba2dd77c6161745b43602dd69a1e096 Author: Sam James gentoo org> AuthorDate: Sat May 4 11:52:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 4 11:52:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=fbbcdd8e crossdev: tweak comment Signed-off-by: Sam James gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index 48a848c..af47349 100755 --- a/crossdev +++ b/crossdev @@ -315,7 +315,7 @@ parse_target() { KPKG="[none]"; LCAT="dev-util" LPKG="mingw64-runtime" - WITH_DEF_HEADERS="yes" # gcc can't boot without headers: bug #693770 + WITH_DEF_HEADERS="yes" # gcc can't bootstrap without headers: bug #693770 GMASK+=" default-stack-clash-protection hardened" GUSE+=" -default-stack-clash-protection -hardened" # gcc ICEs as libssp/ssp.c:186:1: internal compiler error: in seh_emit_stackalloc ;;