mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Fix a couple of toolchain related typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c2c7f1749e
commit
1c47f33768
@ -54,8 +54,7 @@ cd ../binutils-build</userinput></screen>
|
||||
|
||||
<para>Prepare Binutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">
|
||||
CC=$LFS_TGT-gcc \
|
||||
<screen><userinput remap="configure">CC=$LFS_TGT-gcc \
|
||||
AR=$LFS_TGT-ar \
|
||||
RANLIB=$LFS_TGT-ranlib \
|
||||
../binutils-&binutils-version;/configure \
|
||||
|
@ -223,9 +223,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
|
||||
<para>If the output is not shown as above or there was no output at all,
|
||||
then something is wrong. Investigate and retrace the steps to find out
|
||||
where the problem is and correct it. This issue must be resolved before
|
||||
continuing on. Something may have gone wrong with the specs file amendment
|
||||
above. In this case, redo the specs file amendment, being careful to
|
||||
copy-and-paste the commands.</para>
|
||||
continuing on.</para>
|
||||
|
||||
<para>Once all is well, clean up the test files:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user