[lfs] branch multilib updated: Glibc: \ alignment.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <175952325362.6557.3074836438616542581@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 473bf39d1 Glibc: \ alignment.
473bf39d1 is described below
commit 473bf39d1624136ff925da42bf1400b7b0dc5c66
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 14:29:25 2025 -0600
Glibc: \ alignment.
---
chapter05/glibc.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 2f9021027..37a538d98 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -320,8 +320,8 @@ find .. -name "*.a" -delete</userinput></screen>
<para>Configure Glibc for m32 with the following commands:</para>
-<screen><userinput remap="configure">CC="$LFS_TGT-gcc -m32" \
-CXX="$LFS_TGT-g++ -m32" \
+<screen><userinput remap="configure">CC="$LFS_TGT-gcc -m32" \
+CXX="$LFS_TGT-g++ -m32" \
../configure \
--prefix=/usr \
--host=$LFS_TGT32 \
@@ -392,8 +392,8 @@ find .. -name "*.a" -delete</userinput></screen>
<para>Configure Glibc for mx32 with the following commands:</para>
-<screen><userinput remap="configure">CC="$LFS_TGT-gcc -mx32" \
-CXX="$LFS_TGT-g++ -mx32" \
+<screen><userinput remap="configure">CC="$LFS_TGT-gcc -mx32" \
+CXX="$LFS_TGT-g++ -mx32" \
../configure \
--prefix=/usr \
--host=$LFS_TGTX32 \
--
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