arm64: gcc: Comment out 32-bit x86 sanity check results

This commit is contained in:
Xi Ruoyao 2023-03-01 10:08:28 +08:00
parent 19eb392776
commit 60f6d26fb6
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -306,7 +306,7 @@ SEARCH_DIR("/usr/aarch64-unknown-linux-gnu/lib")
SEARCH_DIR("/usr/local/lib")
SEARCH_DIR("/lib")
SEARCH_DIR("/usr/lib");</computeroutput></screen>
<!--
<para>A 32-bit system may use a few other directories. For example, here
is the output from an i686 machine:</para>
@ -318,7 +318,7 @@ SEARCH_DIR("/usr/i686-pc-linux-gnu/lib")
SEARCH_DIR("/usr/local/lib")
SEARCH_DIR("/lib")
SEARCH_DIR("/usr/lib");</computeroutput></screen>
-->
<para>Next make sure that we're using the correct libc:</para>
<screen><userinput>grep "/lib.*/libc.so.6 " dummy.log</userinput></screen>