Merge to m{,x}32 and fix instructions

This commit is contained in:
Thomas Trepl 2024-05-13 08:59:17 +02:00
parent b2837c935d
commit f651bed4f0

View File

@ -230,8 +230,7 @@ CXX="$LFS_TGT-g++ -m32" \
--with-cxx-shared \
--without-debug \
--without-ada \
--disable-stripping \
--enable-widec</userinput></screen>
--disable-stripping</userinput></screen>
<para>Compile the package:</para>
@ -240,7 +239,7 @@ CXX="$LFS_TGT-g++ -m32" \
<para>Install the package:</para>
<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
rm -rf DESTDIR</userinput></screen>
@ -270,8 +269,7 @@ CXX="$LFS_TGT-g++ -mx32" \
--with-cxx-shared \
--without-debug \
--without-ada \
--disable-stripping \
--enable-widec</userinput></screen>
--disable-stripping</userinput></screen>
<para>Compile the package:</para>
@ -280,7 +278,7 @@ CXX="$LFS_TGT-g++ -mx32" \
<para>Install the package:</para>
<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
rm -rf DESTDIR</userinput></screen>