[lfs] 03/03: libffi: \ 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 4198e3de7c80e0d19b6bebf42ec463d1b09c4ab9
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 20:00:47 2025 -0600

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

diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml
index cc130b1b7..d42ff6423 100644
--- a/chapter08/libffi.xml
+++ b/chapter08/libffi.xml
@@ -112,12 +112,12 @@
 
     <para>Prepare Libffi 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-static         \
-    --with-gcc-arch=i686</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32"         \
+./configure --prefix=/usr            \
+            --libdir=/usr/lib32      \
+            --host=i686-pc-linux-gnu \
+            --disable-static         \
+            --with-gcc-arch=i686</userinput></screen>
 
     <para>Compile the package:</para>
 
@@ -148,12 +148,12 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Prepare Libffi for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" ./configure \
-    --host=x86_64-unknown-linux-gnux32 \
-    --prefix=/usr            \
-    --libdir=/usr/libx32     \
-    --disable-static         \
-    --with-gcc-arch=x86_64</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32"                 \
+./configure --prefix=/usr                      \
+            --libdir=/usr/libx32               \
+            --host=x86_64-unknown-linux-gnux32 \
+            --disable-static                   \
+            --with-gcc-arch=x86_64</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.