Changeset 3cf26f7 in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Nov 7, 2006, 3:23:40 PM (18 years ago)
- Branches:
- master
- Children:
- 713696e
- Parents:
- c0cd0ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rc0cd0ca r3cf26f7 46 46 <screen os="ab"><userinput>touch man/uname.1</userinput></screen> 47 47 48 <para os="a">Configure doesn't properly handle the following tests 49 when cross-compiling:</para> 50 51 <screen os="b"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" > config.cache 52 echo "fu_cv_sys_stat_statfs2_bsize=yes" >> config.cache</userinput></screen> 48 <para os="a">Configure can not properly determine how to get free space 49 when cross-compiling, Without putting the following entry into 50 <filename>config.cache</filename> the <command>df</command> program will 51 not be built.</para> 52 53 <screen os="b"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" > config.cache</userinput></screen> 53 54 54 55 <para os="c">Now prepare Coreutils for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.