mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-04 18:45:08 +01:00
Adopt changes to multilib instrustions. ML CURRENTLY BROKEN
This commit is contained in:
parent
02c702c62e
commit
85acfcb0c8
@ -117,8 +117,9 @@ cd build</userinput></screen>
|
|||||||
<userinput remap="configure">../configure \
|
<userinput remap="configure">../configure \
|
||||||
--build=$(../config.guess) \
|
--build=$(../config.guess) \
|
||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
|
--target=$LFS_TGT \
|
||||||
|
LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
CC_FOR_TARGET=$LFS_TGT-gcc \
|
|
||||||
--with-build-sysroot=$LFS \
|
--with-build-sysroot=$LFS \
|
||||||
--enable-initfini-array \
|
--enable-initfini-array \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
@ -129,9 +130,10 @@ cd build</userinput></screen>
|
|||||||
--disable-libquadmath \
|
--disable-libquadmath \
|
||||||
--disable-libssp \
|
--disable-libssp \
|
||||||
--disable-libvtv \
|
--disable-libvtv \
|
||||||
--disable-libstdcxx \
|
|
||||||
--enable-languages=c,c++</userinput></screen>
|
--enable-languages=c,c++</userinput></screen>
|
||||||
|
<!--
|
||||||
|
LDFLAGS_FOR_TARGET="-L$PWD/$LFS_TGT/libgcc -L$PWD/$LFS_TGT/32/libgcc -L$PWD/$LFS_TGT/x32/libgcc" \
|
||||||
|
-->
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the new configure options:</title><!-- WIP -->
|
<title>The meaning of the new configure options:</title><!-- WIP -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user