mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 10:45:22 +01:00
Merge to m{,x}32 and fix instructions
This commit is contained in:
parent
b2837c935d
commit
f651bed4f0
@ -230,8 +230,7 @@ CXX="$LFS_TGT-g++ -m32" \
|
|||||||
--with-cxx-shared \
|
--with-cxx-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-ada \
|
--without-ada \
|
||||||
--disable-stripping \
|
--disable-stripping</userinput></screen>
|
||||||
--enable-widec</userinput></screen>
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
@ -240,7 +239,7 @@ CXX="$LFS_TGT-g++ -m32" \
|
|||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
|
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
|
||||||
ln -s libncursesw.so DESTDIR/usr/lib32/libcursesw.so
|
ln -s libncursesw.so DESTDIR/usr/lib32/libcurses.so
|
||||||
cp -Rv DESTDIR/usr/lib32/* $LFS/usr/lib32
|
cp -Rv DESTDIR/usr/lib32/* $LFS/usr/lib32
|
||||||
rm -rf DESTDIR</userinput></screen>
|
rm -rf DESTDIR</userinput></screen>
|
||||||
|
|
||||||
@ -270,8 +269,7 @@ CXX="$LFS_TGT-g++ -mx32" \
|
|||||||
--with-cxx-shared \
|
--with-cxx-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-ada \
|
--without-ada \
|
||||||
--disable-stripping \
|
--disable-stripping</userinput></screen>
|
||||||
--enable-widec</userinput></screen>
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
@ -280,7 +278,7 @@ CXX="$LFS_TGT-g++ -mx32" \
|
|||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
|
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR TIC_PATH=$(pwd)/build/progs/tic install
|
||||||
ln -s libncursesw.so DESTDIR/usr/libx32/libcursesw.so
|
ln -s libncursesw.so DESTDIR/usr/libx32/libcurses.so
|
||||||
cp -Rv DESTDIR/usr/libx32/* $LFS/usr/libx32
|
cp -Rv DESTDIR/usr/libx32/* $LFS/usr/libx32
|
||||||
rm -rf DESTDIR</userinput></screen>
|
rm -rf DESTDIR</userinput></screen>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user