Adjust spacing for gcc-pass2.

This commit is contained in:
Bruce Dubbs 2025-05-22 13:09:21 -05:00
parent 68528292e6
commit 37c303637d

View File

@ -87,7 +87,6 @@ cd build</userinput></screen>
--build=$(../config.guess) \
--host=$LFS_TGT \
--target=$LFS_TGT \
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc \
--prefix=/usr \
--with-build-sysroot=$LFS \
--enable-default-pie \
@ -100,7 +99,9 @@ cd build</userinput></screen>
--disable-libsanitizer \
--disable-libssp \
--disable-libvtv \
--enable-languages=c,c++</userinput></screen>
--enable-languages=c,c++ \
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc
</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title><!-- WIP -->