Changeset c5f3cf70 for BOOK/temp-system
- Timestamp:
- Oct 15, 2008, 11:13:47 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9d5337b
- Parents:
- eda6cc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
reda6cc0 rc5f3cf70 34 34 program it just built to perform the install. This will not work if the 35 35 target architecture is incompatible with the host architecture. The 36 following command causes the Makefile to use the host s36 following command causes the Makefile to use the host's 37 37 <command>install</command> to perform the install:</para> 38 38 … … 40 40 41 41 <para os="ba">Configure can not properly determine how to get free space 42 when cross-compiling , Without putting the following entry into43 <filename>config.cache</filename> the <command>df</command> program will44 not be built.</para>42 when cross-compiling - as a result, the <command>df</command> program will 43 not be built. Add the following entry to <filename>config.cache</filename> 44 to correct this:</para> 45 45 46 46 <screen os="bb"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" > config.cache</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.