diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-12-18 05:45:09 +0100 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-12-18 05:45:09 +0100 |
commit | dbcb9f4049f3a37d1bb7f25c558f88f5f1954c35 (patch) | |
tree | 1e13c7c08ebb100a67b0cff029ff5dfbef80cb3c /chapter06/ncurses.xml | |
parent | 0ca938376b0b435712a516c8ea5286b3588fda42 (diff) | |
parent | e0f124e74140cd9142fe3186ba3217fca8af0863 (diff) |
Automatic merge of trunk into multilib
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 2d0babc31..d8f8f1d18 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -68,6 +68,7 @@ popd</userinput></screen> --without-debug \ --without-ada \ --without-normal \ + --disable-stripping \ --enable-widec</userinput></screen> <variablelist> @@ -92,6 +93,15 @@ popd</userinput></screen> </varlistentry> <varlistentry> + <term><parameter>--disable-stripping</parameter></term> + <listitem> + <para>This switch prevents the building system from stripping + the programs using <command>strip</command> program from the host. + Using host tools on cross-compiled program can cause failure.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--enable-widec</parameter></term> <listitem> <para>This switch causes wide-character libraries (e.g., <filename |