Changeset c911069
- Timestamp:
- 05/06/2020 01:04:34 PM (4 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- a97aa3d
- Parents:
- b454589
- Location:
- chapter05
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/bison.xml
rb454589 rc911069 47 47 48 48 <screen><userinput remap="configure">./configure --prefix=/usr \ 49 --build=$(build-aux/config.guess) \50 --host=$LFS_TGT \51 49 --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen> 52 50 … … 70 68 <para>Install the package:</para> 71 69 72 <screen><userinput remap="install">make DESTDIR=$LFSinstall</userinput></screen>70 <screen><userinput remap="install">make install</userinput></screen> 73 71 74 72 </sect2> -
chapter05/chapter05.xml
rb454589 rc911069 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>27 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/> 28 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/> … … 47 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="createfiles.xml"/> 48 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstdc++-pass2.xml"/> 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/> 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/> 50 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> -
chapter05/flex.xml
rb454589 rc911069 47 47 48 48 <screen><userinput remap="configure">./configure --prefix=/usr \ 49 --host=$LFS_TGT \50 --build=$(build-aux/config.guess) \51 --disable-bootstrap \52 49 --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen> 53 50 51 <!-- 54 52 <variablelist> 55 53 <title>The meaning of the new configure option:</title> 56 54 57 55 <varlistentry> 58 <term><parameter>- -disable-bootstrap</parameter></term>56 <term><parameter>- -disable-bootstrap</parameter></term> 59 57 <listitem> 60 58 <para>Normally, building flex is done in two stages. A first 61 59 programs, which is used to generate the source of a second one, 62 60 which is then compiled. When using cross-compilation, the first 63 program is generated on the build system d. However, due to a bug64 in configure, the presence of some func iton is tested only on the61 program is generated on the build system. However, due to a bug 62 in configure, the presence of some function is tested only on the 65 63 host system. If this function is not found on the build system, the 66 64 build fails. This can be prevented by disabling the two stage … … 69 67 </varlistentry> 70 68 </variablelist> 71 69 --> 72 70 <para>Compile the package:</para> 73 71 … … 76 74 <para>Install the package:</para> 77 75 78 <screen><userinput remap="install">make DESTDIR=$LFSinstall</userinput></screen>76 <screen><userinput remap="install">make install</userinput></screen> 79 77 80 78 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.