mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +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 \
|
||||
--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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user