mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-26 23:29:19 +01:00
Typo fix for command explanations.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e820e055b5
commit
da20dc6a7a
@ -6,7 +6,7 @@ This is the equivalent to make LDFLAGS=-static as we use with other
|
|||||||
packages to compile them statically.</para>
|
packages to compile them statically.</para>
|
||||||
|
|
||||||
<para><userinput>--prefix=/static:</userinput> This is NOT a typo. GCC hard
|
<para><userinput>--prefix=/static:</userinput> This is NOT a typo. GCC hard
|
||||||
codes some paths while compiling and so we need to pass /usr as the
|
codes some paths while compiling and so we need to pass /static as the
|
||||||
prefix during ./configure. We pass the real install prefix during the
|
prefix during ./configure. We pass the real install prefix during the
|
||||||
make install command later.</para>
|
make install command later.</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user