aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-10-18 16:31:34 +0800
committerXi Ruoyao <xry111@xry111.site>2022-10-18 16:31:34 +0800
commitcdc04a1c2a0fc089d9c57f1ca69894ea9b187cbb (patch)
tree1a2cb51b7d32978a8253d273e05a29018e7d2c6e /chapter05
parent04ca2a71db468a9c8fc220ed85cb6afa1e6da94e (diff)
parent0f9c02a9bfe70b119c5456f8a9019f9fb725e58c (diff)
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml2
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,