- Timestamp:
- Jun 16, 2007, 7:58:11 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 65853035
- Parents:
- e6fe92a5
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
re6fe92a5 r6a580207 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>June 16, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed creation of config.cache from temp-system 44 Coreutils, as it no longer looks for setvbuf.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem> -
BOOK/temp-system/common/coreutils.xml
re6fe92a5 r6a580207 23 23 <title>Installation of Coreutils</title> 24 24 25 <para os="ba">Coreutils has some issues when cross-compiling. So we26 define the items cross-compiling doesn't like:</para>27 28 <screen os="bc"><userinput>echo "ac_cv_func_setvbuf_reversed=yes" >> config.cache</userinput></screen>29 30 25 <para os="bd">Prepare Coreutils for compilation:</para> 31 26 32 <screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache\27 <screen os="be"><userinput>./configure --prefix=/tools \ 33 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 34 29 -
BOOK/temp-system/multilib/coreutils.xml
re6fe92a5 r6a580207 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/coreutils.xml" 27 xpointer="xpointer(//*[@os='ba'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/coreutils.xml"31 xpointer="xpointer(//*[@os='bc'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/coreutils.xml"35 27 xpointer="xpointer(//*[@os='bd'])"/> 36 28 37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" \ 38 ./configure --prefix=/tools --cache-file=config.cache \ 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 39 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 40 31
Note:
See TracChangeset
for help on using the changeset viewer.