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