Changeset 7329dbe in clfs-sysroot
- Timestamp:
- Jan 4, 2009, 11:57:46 AM (16 years ago)
- Branches:
- master
- Children:
- 3423c60
- Parents:
- ab1184b
- Files:
-
- 1 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha-chapter.xml
rab1184b r7329dbe 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/shadow.xml"/> 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 27 28 28 29 </chapter> -
BOOK/cross-tools/arm-chapter.xml
rab1184b r7329dbe 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/shadow.xml"/> 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 27 28 28 29 </chapter> -
BOOK/cross-tools/common/gcc-final.xml
rab1184b r7329dbe 30 30 href="../../final-system/common/gcc.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../../final-system/common/gcc.xml" 35 xpointer="xpointer(//*[@os='p3'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../../final-system/common/gcc.xml" 39 xpointer="xpointer(//*[@os='p4'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
rab1184b r7329dbe 31 31 href="../../final-system/common/gcc.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 35 href="../../final-system/common/gcc.xml" 36 xpointer="xpointer(//*[@os='p3'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 href="../../final-system/common/gcc.xml" 40 xpointer="xpointer(//*[@os='p4'])"/> 33 41 34 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/ncurses.xml
rab1184b r7329dbe 42 42 <para os="e">Install <command>tic</command> with the following command:</para> 43 43 44 <screen os="f"><userinput>install -m755 progs/tic /cross-tools/bin</userinput></screen>44 <screen os="f"><userinput>install -m755 progs/tic ${CLFS}/cross-tools/bin</userinput></screen> 45 45 46 46 </sect2> -
BOOK/cross-tools/hppa-chapter.xml
rab1184b r7329dbe 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/shadow.xml"/> 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 27 28 28 29 </chapter> -
BOOK/cross-tools/x86-chapter.xml
rab1184b r7329dbe 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/shadow.xml"/> 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/> 27 28 28 29 </chapter> -
BOOK/final-system/common/coreutils.xml
rab1184b r7329dbe 32 32 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 34 35 <para os="s1">The following command renames the internal implementation of36 futimens to gl_futimens as newer versions of Glibc provide an incompatible37 version:</para>38 39 <screen os="s2"><userinput>sed -i "s/futimens/gl_&/" $(grep -lr futimens *)</userinput></screen>40 34 41 35 <para os="aa">When the uname patch and the sed above were applied. The … … 47 41 cooresponding source files:</para> 48 42 49 <screen os="ab"><userinput>touch man/uname.1 man/touch.1</userinput></screen> 43 <screen os="ab"><userinput>touch man/uname.1 man/touch.1 man/hostname.1</userinput></screen> 44 45 <para os="s1">Coreutils attempts to use the <command>install</command> 46 program it just built to perform the install. This will not work if the 47 target architecture is incompatible with the host architecture. The 48 following command causes the Makefile to use the host's 49 <command>install</command> to perform the install:</para> 50 51 <screen os="s2"><userinput>cp -v src/Makefile.in{,.orig} 52 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen> 50 53 51 54 <para os="a">Configure can not properly determine how to get free space … … 59 62 60 63 <screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 61 --prefix=/usr --cache-file=config.cache </userinput></screen> 64 --prefix=/usr --cache-file=config.cache \ 65 --enable-no-install-program=kill,uptime \ 66 --enable-install-program=hostname</userinput></screen> 62 67 63 68 <para os="e">Compile the package:</para> … … 73 78 <screen os="j"><userinput>mv -v ${CLFS}/usr/bin/{cat,chgrp,chmod,chown,cp,date} ${CLFS}/bin 74 79 mv -v ${CLFS}/usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir} ${CLFS}/bin 75 mv -v ${CLFS}/usr/bin/{m knod,mv,pwd,rm,rmdir,stty,true,uname} ${CLFS}/bin80 mv -v ${CLFS}/usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} ${CLFS}/bin 76 81 mv -v ${CLFS}/usr/bin/chroot ${CLFS}/usr/sbin</userinput></screen> 77 82 -
BOOK/final-system/common/gcc.xml
rab1184b r7329dbe 30 30 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen> 32 33 <para os="p3">The following patch contains a number of updates to the 34 &gcc-version; branch by the GCC developers:</para> 35 36 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 32 37 33 38 <para os="a">Apply a <command>sed</command> substitution that will suppress the -
BOOK/materials/common/patches.xml
rab1184b r7329dbe 43 43 url="&patches-root;&coreutils-uname-patch;"/></para> 44 44 <para>MD5 sum: <literal>&coreutils-uname-patch-md5;</literal></para> 45 </listitem> 46 </varlistentry> 47 48 <varlistentry> 49 <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term> 50 <listitem> 51 <para>Download: <ulink 52 url="&patches-root;&gcc-branch_update-patch;"/></para> 53 <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para> 45 54 </listitem> 46 55 </varlistentry> -
BOOK/patches.ent
rab1184b r7329dbe 16 16 <!ENTITY coreutils-uname-patch-md5 "d299f910668ab8650e8ecbb6cdc2d5b1"> 17 17 <!ENTITY coreutils-uname-patch-size "8 KB"> 18 19 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch"> 20 <!ENTITY gcc-branch_update-patch-md5 "e9e4236fa439ece67f02ab8377ee5811"> 21 <!ENTITY gcc-branch_update-patch-size "812 KB"> 18 22 19 23 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.