- Timestamp:
- May 2, 2006, 8:57:28 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8c2e850
- Parents:
- 84515d3
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r84515d3 r33ed759 46 46 <para>[jim] - Reverted change to bash. Needed on some architectures.</para> 47 47 </listitem> 48 <listitem> 49 <para>[jim] - Fixed a coreutils cross-compile issues on some architectures.</para> 50 </listitem> 48 51 </itemizedlist> 49 52 </listitem> -
BOOK/temp-system/common/coreutils.xml
r84515d3 r33ed759 23 23 <title>Installation of Coreutils</title> 24 24 25 <para os="ba">Coreutils has an issue where UTILS_OPEN_MAX does not get26 define d when cross-compiling. So we define it:</para>25 <para os="ba">Coreutils has an issues when cross-compiling. So we 26 define the items cross-compiling doesn't like:</para> 27 27 28 <screen os="bc"><userinput>echo "utils_cv_sys_open_max=1024" >> config.cache</userinput></screen> 28 <screen os="bc"><userinput>echo "ac_cv_sys_restartable_syscalls=yes" > config.cache 29 echo "ac_cv_func_setvbuf_reversed=yes" >> config.cache 30 echo "utils_cv_sys_open_max=1024" >> config.cache</userinput></screen> 29 31 30 32 <para os="bd">Prepare Coreutils for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.