[lfs] branch multilib updated: GCC Pass 1 & 2: \ alignment, reduce char count.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <175952299773.5048.16449123597850228759@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch multilib
in repository lfs.

The following commit(s) were added to refs/heads/multilib by this push:
     new e860b761d GCC Pass 1 & 2: \ alignment, reduce char count.
e860b761d is described below

commit e860b761df3644dd7d469963a7a2ea2159c29d3d
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 14:24:56 2025 -0600

    GCC Pass 1 & 2: \ alignment, reduce char count.
---
 chapter05/gcc-pass1.xml | 43 ++++++++++++++++++++++---------------------
 chapter06/gcc-pass2.xml | 35 ++++++++++++++++++-----------------
 2 files changed, 40 insertions(+), 38 deletions(-)

diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 1ae0979a7..d67e3b695 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -160,27 +160,28 @@ cd       build</userinput></screen>
     arch="ml_32">mlist=m64,m32</userinput><userinput remap="configure"
     arch="ml_x32">mlist=m64,mx32</userinput><userinput remap="configure"
     arch="ml_all">mlist=m64,m32,mx32</userinput>
-<userinput remap="configure">../configure                  \
-    --target=$LFS_TGT                              \
-    --prefix=$LFS/tools                            \
-    --with-glibc-version=&glibc-version;                      \
-    --with-sysroot=$LFS                            \
-    --with-newlib                                  \
-    --without-headers                              \
-    --enable-default-pie                           \
-    --enable-default-ssp                           \
-    --enable-initfini-array                        \
-    --disable-nls                                  \
-    --disable-shared                               \
-    --enable-multilib --with-multilib-list=$mlist  \
-    --disable-decimal-float                        \
-    --disable-threads                              \
-    --disable-libatomic                            \
-    --disable-libgomp                              \
-    --disable-libquadmath                          \
-    --disable-libssp                               \
-    --disable-libvtv                               \
-    --disable-libstdcxx                            \
+<userinput remap="configure">../configure                    \
+    --target=$LFS_TGT           \
+    --prefix=$LFS/tools         \
+    --with-glibc-version=&glibc-version;   \
+    --with-sysroot=$LFS         \
+    --with-newlib               \
+    --without-headers           \
+    --enable-default-pie        \
+    --enable-default-ssp        \
+    --enable-initfini-array     \
+    --disable-nls               \
+    --disable-shared            \
+    --enable-multilib           \
+    --with-multilib-list=$mlist \
+    --disable-decimal-float     \
+    --disable-threads           \
+    --disable-libatomic         \
+    --disable-libgomp           \
+    --disable-libquadmath       \
+    --disable-libssp            \
+    --disable-libvtv            \
+    --disable-libstdcxx         \
     --enable-languages=c,c++</userinput></screen>
 
     <variablelist>
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index 36cf6cf63..cdb61b1e6 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -115,23 +115,24 @@ cd       build</userinput></screen>
     arch="ml_32">mlist=m64,m32</userinput><userinput remap="configure"
     arch="ml_x32">mlist=m64,mx32</userinput><userinput remap="configure"
     arch="ml_all">mlist=m64,m32,mx32</userinput>
-<userinput remap="configure">../configure                                       \
-    --build=$(../config.guess)                     \
-    --host=$LFS_TGT                                \
-    --target=$LFS_TGT                              \
-    --prefix=/usr                                  \
-    --with-build-sysroot=$LFS                      \
-    --enable-default-pie                           \
-    --enable-default-ssp                           \
-    --disable-nls                                  \
-    --enable-multilib --with-multilib-list=$mlist  \
-    --disable-libatomic                            \
-    --disable-libgomp                              \
-    --disable-libquadmath                          \
-    --disable-libsanitizer                         \
-    --disable-libssp                               \
-    --disable-libvtv                               \
-    --enable-languages=c,c++                       \
+<userinput remap="configure">../configure                    \
+    --build=$(../config.guess)  \
+    --host=$LFS_TGT             \
+    --target=$LFS_TGT           \
+    --prefix=/usr               \
+    --with-build-sysroot=$LFS   \
+    --enable-default-pie        \
+    --enable-default-ssp        \
+    --disable-nls               \
+    --enable-multilib           \
+    --with-multilib-list=$mlist \
+    --disable-libatomic         \
+    --disable-libgomp           \
+    --disable-libquadmath       \
+    --disable-libsanitizer      \
+    --disable-libssp            \
+    --disable-libvtv            \
+    --enable-languages=c,c++    \
     LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc</userinput></screen>
 
     <variablelist>

-- 
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.