commit: fbbcdd8e4ba2dd77c6161745b43602dd69a1e096
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 11:52:49 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
;;