Changeset 3cf26f7 in clfs-sysroot
- Timestamp:
- Nov 7, 2006, 3:23:40 PM (18 years ago)
- Branches:
- master
- Children:
- 713696e
- Parents:
- c0cd0ca
- Location:
- BOOK/final-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/arm/perl.xml
rc0cd0ca r3cf26f7 44 44 <para os="c">Compile the package:</para> 45 45 46 <screen os="d"><userinput>make ARCH=arm CROSS_COMPILE= "${CLFS_TARGET}-"</userinput></screen>46 <screen os="d"><userinput>make ARCH=arm CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 47 47 48 48 <para os="e">Install the package:</para> -
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> -
BOOK/final-system/x86/perl.xml
rc0cd0ca r3cf26f7 50 50 xpointer="xpointer(//*[@os='c'])"/> 51 51 52 <screen os="d"><userinput>make ARCH=x86 CROSS_COMPILE= "${CLFS_TARGET}-"</userinput></screen>52 <screen os="d"><userinput>make ARCH=x86 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 53 53 54 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.