Changeset ce2de8a
- Timestamp:
- May 2, 2006, 8:57:28 AM (19 years ago)
- Children:
- 01b0960
- Parents:
- 37ee34f1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/common/changelog.xml
r37ee34f1 rce2de8a 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> -
temp-system/common/coreutils.xml
r37ee34f1 rce2de8a 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.