[lfs] branch gcc15 updated: Adjust spacing for gcc-pass2.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <174793736833.25788.4522243401556674789@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch gcc15
in repository lfs.
The following commit(s) were added to refs/heads/gcc15 by this push:
new 37c303637 Adjust spacing for gcc-pass2.
37c303637 is described below
commit 37c303637dc544c59aca195024dd4dc9de69a316
Author: Bruce Dubbs <[email protected]>
AuthorDate: Thu May 22 13:09:21 2025 -0500
Adjust spacing for gcc-pass2.
---
chapter06/gcc-pass2.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index 478462c78..13baefa48 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -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 -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page