Changeset 9e7e74c in clfs-sysroot for BOOK/final-system
- Timestamp:
- Jul 9, 2009, 8:31:40 PM (15 years ago)
- Branches:
- master
- Children:
- 0818107
- Parents:
- b604539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rb604539 r9e7e74c 41 41 <screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen> 42 42 43 <para os="s1">Coreutils attempts to use the <command>install</command>44 program it just built to perform the install. This will not work if the45 target architecture is incompatible with the host architecture. The46 following command causes the Makefile to use the host's47 <command>install</command> to perform the install:</para>48 49 <screen os="s2"><userinput>cp -v src/Makefile.in{,.orig}50 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>51 52 43 <para os="a">Configure can not properly determine how to get free space 53 44 when cross-compiling - as a result, the <command>df</command> program will … … 57 48 <screen os="b"><userinput>cat > config.cache << EOF 58 49 fu_cv_sys_stat_statfs2_bsize=yes 50 gl_cv_func_rename_trailing_slash_bug=no 59 51 gl_cv_func_mbrtowc_incomplete_state=yes 60 52 gl_cv_func_mbrtowc_nul_retval=yes
Note:
See TracChangeset
for help on using the changeset viewer.