mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 10:45:22 +01:00
Remove excess empty spaces from chapter6 gcc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ab56f44166
commit
329e12a63c
@ -64,16 +64,16 @@ cd ../gcc-build</userinput></screen>
|
|||||||
|
|
||||||
<para>Prepare GCC for compilation:</para>
|
<para>Prepare GCC for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">SED=sed \
|
<screen><userinput remap="configure">SED=sed \
|
||||||
../gcc-&gcc-version;/configure \
|
../gcc-&gcc-version;/configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-threads=posix \
|
--enable-threads=posix \
|
||||||
--enable-__cxa_atexit \
|
--enable-__cxa_atexit \
|
||||||
--enable-clocale=gnu \
|
--enable-clocale=gnu \
|
||||||
--enable-languages=c,c++ \
|
--enable-languages=c,c++ \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
--disable-bootstrap \
|
--disable-bootstrap \
|
||||||
--with-system-zlib</userinput></screen>
|
--with-system-zlib</userinput></screen>
|
||||||
|
|
||||||
<para>Note that for other languages, there are some prerequisites that
|
<para>Note that for other languages, there are some prerequisites that
|
||||||
|
Loading…
Reference in New Issue
Block a user