Changeset 1da2a84 for BOOK/temp-system
- Timestamp:
- Sep 14, 2008, 11:30:14 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e8e6c4e
- Parents:
- 9d32016
- Location:
- BOOK/temp-system
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/findutils.xml
r9d32016 r1da2a84 23 23 <title>Installation of Findutils</title> 24 24 25 <para os="t1">The following cache entries set the values for tests that do 26 not run while cross-compiling:</para> 27 28 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache 29 echo "ac_cv_func_fnmatch_gnu=yes" >> config.cache</userinput></screen> 30 25 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 32 href="../../final-system/common/findutils.xml" … … 28 34 29 35 <screen os="ac"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 36 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 37 --cache-file=config.cache</userinput></screen> 31 38 32 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/texinfo.xml
r9d32016 r1da2a84 22 22 <sect2 role="installation"> 23 23 <title>Installation of Texinfo</title> 24 25 <para os="p1">The following patch fixes a build error due to mbstate26 being undefined:</para>27 28 <screen os="p2"><userinput>patch -Np1 -i ../&texinfo-mbstate_fix-patch;</userinput></screen>29 24 30 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/findutils.xml
r9d32016 r1da2a84 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/findutils.xml" 27 xpointer="xpointer(//*[@os='t1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../common/findutils.xml" 31 xpointer="xpointer(//*[@os='t2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/findutils.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> 28 36 29 37 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --cache-file=config.cache</userinput></screen> 31 40 32 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/gawk.xml
r9d32016 r1da2a84 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 31 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 32 31 -
BOOK/temp-system/multilib/texinfo.xml
r9d32016 r1da2a84 22 22 <sect2 role="installation"> 23 23 <title>Installation of Texinfo</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/texinfo.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/texinfo.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.