mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-31 16:45:22 +01:00
arm64: gcc: Comment out 32-bit x86 sanity check results
This commit is contained in:
parent
19eb392776
commit
60f6d26fb6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user