mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Adopt changes in glibc to the m{,x}32 variants
This commit is contained in:
parent
9fb5c6d8c0
commit
fa5dc14333
@ -326,12 +326,12 @@ CXX="$LFS_TGT-g++ -m32" \
|
||||
--prefix=/usr \
|
||||
--host=$LFS_TGT32 \
|
||||
--build=$(../scripts/config.guess) \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--with-headers=$LFS/usr/include \
|
||||
--disable-nscd \
|
||||
--with-headers=$LFS/usr/include \
|
||||
--libdir=/usr/lib32 \
|
||||
--libexecdir=/usr/lib32 \
|
||||
libc_cv_slibdir=/usr/lib32</userinput></screen>
|
||||
libc_cv_slibdir=/usr/lib32 \
|
||||
--enable-kernel=&min-kernel;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
@ -398,12 +398,12 @@ CXX="$LFS_TGT-g++ -mx32" \
|
||||
--prefix=/usr \
|
||||
--host=$LFS_TGTX32 \
|
||||
--build=$(../scripts/config.guess) \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--with-headers=$LFS/usr/include \
|
||||
--disable-nscd \
|
||||
--with-headers=$LFS/usr/include \
|
||||
--libdir=/usr/libx32 \
|
||||
--libexecdir=/usr/libx32 \
|
||||
libc_cv_slibdir=/usr/libx32</userinput></screen>
|
||||
libc_cv_slibdir=/usr/libx32 \
|
||||
--enable-kernel=&min-kernel;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
@ -632,11 +632,13 @@ find .. -name "*.a" -delete</userinput></screen>
|
||||
--prefix=/usr \
|
||||
--host=i686-pc-linux-gnu \
|
||||
--build=$(../scripts/config.guess) \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--disable-nscd \
|
||||
--libdir=/usr/lib32 \
|
||||
--libexecdir=/usr/lib32 \
|
||||
libc_cv_slibdir=/usr/lib32</userinput></screen>
|
||||
--disable-werror \
|
||||
--disable-nscd \
|
||||
libc_cv_slibdir=/usr/lib32 \
|
||||
--enable-stack-protector=strong \
|
||||
--enable-kernel=&min-kernel;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
@ -707,11 +709,13 @@ find .. -name "*.a" -delete</userinput></screen>
|
||||
--prefix=/usr \
|
||||
--host=x86_64-pc-linux-gnux32 \
|
||||
--build=$(../scripts/config.guess) \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--disable-nscd \
|
||||
--libdir=/usr/libx32 \
|
||||
--libexecdir=/usr/libx32 \
|
||||
libc_cv_slibdir=/usr/libx32</userinput></screen>
|
||||
--disable-werror \
|
||||
--disable-nscd \
|
||||
libc_cv_slibdir=/usr/libx32 \
|
||||
--enable-stack-protector=strong \
|
||||
--enable-kernel=&min-kernel;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user