Adopt changes in ncurses to m32,mx32 instructions

This commit is contained in:
Thomas Trepl (Moody) 2022-06-29 22:29:02 +02:00
parent 0160d68e19
commit f96a6d4272
2 changed files with 10 additions and 6 deletions

View File

@ -209,9 +209,10 @@ CXX="$LFS_TGT-g++ -m32" \
--libdir=/usr/lib32 \
--mandir=/usr/share/man \
--with-shared \
--without-normal \
--with-cxx-shared \
--without-debug \
--without-ada \
--without-normal \
--disable-stripping \
--enable-widec</userinput></screen>
@ -248,9 +249,10 @@ CXX="$LFS_TGT-g++ -mx32" \
--libdir=/usr/libx32 \
--mandir=/usr/share/man \
--with-shared \
--without-normal \
--with-cxx-shared \
--without-debug \
--without-ada \
--without-normal \
--disable-stripping \
--enable-widec</userinput></screen>

View File

@ -176,6 +176,7 @@ cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
./configure --prefix=/usr \
--with-shared \
--without-normal \
--with-cxx-shared \
--without-debug \
--without-cxx-binding \
--with-abi-version=5
@ -205,6 +206,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
--with-shared \
--without-debug \
--without-normal \
--with-cxx-shared \
--enable-pc-files \
--enable-widec \
--with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>