aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorThomas Trepl (Moody) <thomas@linuxfromscratch.org>2022-06-29 22:29:02 +0200
committerThomas Trepl (Moody) <thomas@linuxfromscratch.org>2022-06-29 22:29:02 +0200
commitf96a6d4272224c182d857f8981f3f28663305e6d (patch)
treeca4b764d212ab33fd9bdc16cf8c420bbbe53288b /chapter06
parent0160d68e199906fecc8314911a04b44d7b78f0f3 (diff)
Adopt changes in ncurses to m32,mx32 instructions
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index c21cd7056..8f7f102f9 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -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>