mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Adopt changes in ncurses to m32,mx32 instructions
This commit is contained in:
parent
0160d68e19
commit
f96a6d4272
@ -209,9 +209,10 @@ CXX="$LFS_TGT-g++ -m32" \
|
|||||||
--libdir=/usr/lib32 \
|
--libdir=/usr/lib32 \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--with-shared \
|
--with-shared \
|
||||||
|
--without-normal \
|
||||||
|
--with-cxx-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-ada \
|
--without-ada \
|
||||||
--without-normal \
|
|
||||||
--disable-stripping \
|
--disable-stripping \
|
||||||
--enable-widec</userinput></screen>
|
--enable-widec</userinput></screen>
|
||||||
|
|
||||||
@ -248,9 +249,10 @@ CXX="$LFS_TGT-g++ -mx32" \
|
|||||||
--libdir=/usr/libx32 \
|
--libdir=/usr/libx32 \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--with-shared \
|
--with-shared \
|
||||||
|
--without-normal \
|
||||||
|
--with-cxx-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-ada \
|
--without-ada \
|
||||||
--without-normal \
|
|
||||||
--disable-stripping \
|
--disable-stripping \
|
||||||
--enable-widec</userinput></screen>
|
--enable-widec</userinput></screen>
|
||||||
|
|
||||||
|
@ -176,6 +176,7 @@ cp -v -R doc/* /usr/share/doc/ncurses-&ncurses-version;</userinput></screen>
|
|||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--with-shared \
|
--with-shared \
|
||||||
--without-normal \
|
--without-normal \
|
||||||
|
--with-cxx-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-cxx-binding \
|
--without-cxx-binding \
|
||||||
--with-abi-version=5
|
--with-abi-version=5
|
||||||
@ -205,6 +206,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
|
|||||||
--with-shared \
|
--with-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-normal \
|
--without-normal \
|
||||||
|
--with-cxx-shared \
|
||||||
--enable-pc-files \
|
--enable-pc-files \
|
||||||
--enable-widec \
|
--enable-widec \
|
||||||
--with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>
|
--with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user