mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-03 10:05:31 +01:00
Minor edits.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2824 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cfc98ea513
commit
18b65e2b0a
@ -53,8 +53,7 @@ statically.</para></listitem>
|
|||||||
|
|
||||||
<para><screen><userinput>make install</userinput></screen></para>
|
<para><screen><userinput>make install</userinput></screen></para>
|
||||||
|
|
||||||
<para>Now already prepare the linker for the "locking in" of Glibc later
|
<para>Now prepare the linker for the "locking in" of Glibc later on:</para>
|
||||||
on:</para>
|
|
||||||
|
|
||||||
<para><screen><userinput>make -C ld clean
|
<para><screen><userinput>make -C ld clean
|
||||||
make -C ld LIB_PATH=/tools/lib</userinput></screen></para>
|
make -C ld LIB_PATH=/tools/lib</userinput></screen></para>
|
||||||
|
@ -28,8 +28,8 @@ variables that override the default optimization flags.</para>
|
|||||||
|
|
||||||
<para><screen><userinput>make install</userinput></screen></para>
|
<para><screen><userinput>make install</userinput></screen></para>
|
||||||
|
|
||||||
<para>Now already prepare Binutils for the re-adjusting of the toolchain in the
|
<para>Now prepare Binutils for the re-adjusting of the toolchain in the next
|
||||||
next chapter:</para>
|
chapter:</para>
|
||||||
|
|
||||||
<para><screen><userinput>make -C ld clean
|
<para><screen><userinput>make -C ld clean
|
||||||
make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para>
|
make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para>
|
||||||
|
@ -32,7 +32,7 @@ cd ../gcc-build</userinput></screen></para>
|
|||||||
purpose of this switch is to remove <filename>/usr/local/include</filename>
|
purpose of this switch is to remove <filename>/usr/local/include</filename>
|
||||||
from <userinput>gcc</userinput>'s include search path. This is not absolutely
|
from <userinput>gcc</userinput>'s include search path. This is not absolutely
|
||||||
essential, but we want to try and minimize the influence from the host system,
|
essential, but we want to try and minimize the influence from the host system,
|
||||||
so this seems a logical thing to do.</para></listitem>
|
so this is a sensible thing to do.</para></listitem>
|
||||||
|
|
||||||
<listitem><para><userinput>--enable-shared</userinput>: This switch may
|
<listitem><para><userinput>--enable-shared</userinput>: This switch may
|
||||||
seem counter-intuitive at first. But using it allows the building of
|
seem counter-intuitive at first. But using it allows the building of
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "20030914">
|
<!ENTITY version "20030915">
|
||||||
<!ENTITY releasedate "September 14th, 2003">
|
<!ENTITY releasedate "September 15th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user