[lfs] 02/03: libelf: \ alignment.

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

git pushed a commit to branch multilib
in repository lfs.

commit 88061c0567fd01689dabd47c2eec96a1f24818ec
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 19:57:59 2025 -0600

    libelf: \ alignment.
---
 chapter08/libelf.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml
index d2f463934..688a3f2c7 100644
--- a/chapter08/libelf.xml
+++ b/chapter08/libelf.xml
@@ -82,12 +82,12 @@ rm /usr/lib/libelf.a</userinput></screen>
 
     <para>Prepare Libelf for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32" ./configure \
-    --host=i686-pc-linux-gnu \
-    --prefix=/usr            \
-    --libdir=/usr/lib32      \
-    --disable-debuginfod     \
-    --enable-libdebuginfod=dummy</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32"         \
+./configure --prefix=/usr            \
+            --libdir=/usr/lib32      \
+            --host=i686-pc-linux-gnu \
+            --disable-debuginfod     \
+            --enable-libdebuginfod=dummy</userinput></screen>
 
     <para>Compile the package:</para>
 
@@ -115,12 +115,12 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Prepare Libelf for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" ./configure \
-    --host=x86_64-pc-linux-gnux32 \
-    --prefix=/usr                 \
-    --libdir=/usr/libx32          \
-    --disable-debuginfod          \
-    --enable-libdebuginfod=dummy</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32"            \
+./configure --prefix=/usr                 \
+            --libdir=/usr/libx32          \
+            --host=x86_64-pc-linux-gnux32 \
+            --disable-debuginfod          \
+            --enable-libdebuginfod=dummy</userinput></screen>
 
     <para>Compile the package:</para>
 

-- 
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.