mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
aestetic change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
afeca3f495
commit
fd132b0231
@ -14,7 +14,7 @@ warned.</para>
|
|||||||
<para><screen><userinput>mkdir ../binutils-build &&
|
<para><screen><userinput>mkdir ../binutils-build &&
|
||||||
cd ../binutils-build &&
|
cd ../binutils-build &&
|
||||||
../binutils-&binutils-version;/configure --prefix=$LFS/usr --disable-nls &&
|
../binutils-&binutils-version;/configure --prefix=$LFS/usr --disable-nls &&
|
||||||
make LDFLAGS=-all-static tooldir=$LFS/usr &&
|
make tooldir=$LFS/usr LDFLAGS=-all-static &&
|
||||||
make tooldir=$LFS/usr install</userinput></screen></para>
|
make tooldir=$LFS/usr install</userinput></screen></para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -9,7 +9,7 @@ commands.</para>
|
|||||||
default optimization flags (including the -march and -mcpu options). GCC is
|
default optimization flags (including the -march and -mcpu options). GCC is
|
||||||
best left alone. Therefore, if you have defined any environment variables
|
best left alone. Therefore, if you have defined any environment variables
|
||||||
that override default optimizations, such as CFLAGS and CXXFLAGS, we
|
that override default optimizations, such as CFLAGS and CXXFLAGS, we
|
||||||
recommend unsetting or modifying them when building binutils. You have
|
recommend unsetting or modifying them when building GCC. You have
|
||||||
been warned.</para>
|
been warned.</para>
|
||||||
|
|
||||||
<para>Install GCC by running the following commands:</para>
|
<para>Install GCC by running the following commands:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user