cross-ng: Comment out instruction to work around host issue

This commit is contained in:
Xi Ruoyao 2024-08-30 12:04:53 +08:00
parent 134440bd81
commit 82220a58ce
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -137,7 +137,7 @@ cd build</userinput></screen>
reduced significantly by adding -jx to the <command>make -k check</command>
command below, where x is the number of CPU cores on your system.</para>
</important>
<!-- [cannot affect cross build]
<para>GCC may need more stack space compiling some extremely complex
code patterns. As a precaution for the host distros with a tight stack
limit, explicitly set the stack size hard limit to infinite.
@ -148,7 +148,7 @@ cd build</userinput></screen>
not exceed the hard limit:</para>
<screen><userinput remap="test">ulimit -s -H unlimited</userinput></screen>
-->
<para>Now remove/fix several known test failures:</para>
<screen><userinput remap="test">sed -e '/cpython/d' -i ../gcc/testsuite/gcc.dg/plugin/plugin.exp