diff options
Diffstat (limited to 'chapter05/glibc.xml')
-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 bb32d5b97..a8ce5fd41 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -191,7 +191,7 @@ cd ../glibc-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 'main(){}' > dummy.c +<screen><userinput>echo 'int main(){}' > dummy.c $LFS_TGT-gcc dummy.c readelf -l a.out | grep ': /tools'</userinput></screen> |