diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 16:31:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-18 16:31:34 +0800 |
commit | cdc04a1c2a0fc089d9c57f1ca69894ea9b187cbb (patch) | |
tree | 1a2cb51b7d32978a8253d273e05a29018e7d2c6e /chapter05 | |
parent | 04ca2a71db468a9c8fc220ed85cb6afa1e6da94e (diff) | |
parent | 0f9c02a9bfe70b119c5456f8a9019f9fb725e58c (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 2575e0201..f9d2ff2dc 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -174,7 +174,7 @@ cd build</userinput></screen> functions (compiling and linking) of the new toolchain are working as expected. To perform a sanity check, run the following commands:</para> -<screen><userinput>echo 'int main(){}' | gcc -xc - +<screen><userinput>echo 'int main(){}' | $LFS_TGT-gcc -xc - readelf -l a.out | grep ld-linux</userinput></screen> <para>If everything is working correctly, there should be no errors, |