Changeset 0b63a37
- Timestamp:
- 05/06/2020 11:46:06 AM (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:
- 69a8b2b7
- Parents:
- a715dec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/make.xml
ra715dec r0b63a37 46 46 47 47 <screen><userinput remap="configure">./configure --prefix=/usr \ 48 --without-guile \ 48 49 --host=$LFS_TGT \ 49 50 --build=$(build-aux/config.guess)</userinput></screen> 51 52 <variablelist> 53 <title>The meaning of the new configure option:</title> 54 55 <varlistentry> 56 <term><parameter>--without-guile</parameter></term> 57 <listitem> 58 <para>Although we are cross-compiling, configure tries to use 59 guile from the build host if it finds it. This makes compilation 60 fail, so this switch prevents using it.</para> 61 </listitem> 62 </varlistentry> 63 </variablelist> 50 64 51 65 <para>Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.