mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Adjust spacing for gcc-pass2.
This commit is contained in:
parent
68528292e6
commit
37c303637d
@ -87,7 +87,6 @@ cd build</userinput></screen>
|
|||||||
--build=$(../config.guess) \
|
--build=$(../config.guess) \
|
||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--target=$LFS_TGT \
|
--target=$LFS_TGT \
|
||||||
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc \
|
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-build-sysroot=$LFS \
|
--with-build-sysroot=$LFS \
|
||||||
--enable-default-pie \
|
--enable-default-pie \
|
||||||
@ -100,7 +99,9 @@ cd build</userinput></screen>
|
|||||||
--disable-libsanitizer \
|
--disable-libsanitizer \
|
||||||
--disable-libssp \
|
--disable-libssp \
|
||||||
--disable-libvtv \
|
--disable-libvtv \
|
||||||
--enable-languages=c,c++</userinput></screen>
|
--enable-languages=c,c++ \
|
||||||
|
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc
|
||||||
|
</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the new configure options:</title><!-- WIP -->
|
<title>The meaning of the new configure options:</title><!-- WIP -->
|
||||||
|
Loading…
Reference in New Issue
Block a user