diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-08-26 19:43:31 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-08-26 20:31:34 +0800 |
commit | c8bc7430f3f7e4235b618ce2e5a078f2f9ad2a23 (patch) | |
tree | 90e9e518c26f50bf7633f4b04802a905278c1159 /chapter05 | |
parent | a56ef9163ddcb4f3aa0b0ec9501fe1e5cb64f660 (diff) |
arm64: various text change for references to architecture
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index e0b913b58..cc4ca3913 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -140,8 +140,7 @@ cd build</userinput></screen> <varlistentry> <term><parameter>--disable-multilib</parameter></term> <listitem> - <para>On x86_64, LFS does not support a multilib configuration. - This switch is harmless for x86.</para> + <para>On ARM64, LFS does not support a multilib configuration.</para> </listitem> </varlistentry> |