Changeset 977c5d0 in clfs-sysroot
- Timestamp:
- Nov 25, 2006, 9:27:58 PM (18 years ago)
- Branches:
- master
- Children:
- e55ca37
- Parents:
- 902b43c
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/glibc-headers.xml
r902b43c r977c5d0 24 24 25 25 <para os="s1">The following sed removes a dependency of gcc 3.4.x from 26 the glibc we are using in cross-lfs. The reason we are changing it is27 because this only installs the headers ,no compiling takes place. In the26 the Glibc we are using in Cross-LFS. The reason we are changing it is 27 because this only installs the headers; no compiling takes place. In the 28 28 next Glibc chapter, we use the GCC that's built right after this chapter.</para> 29 29 -
BOOK/final-system/common/iproute2.xml
r902b43c r977c5d0 26 26 <title>Installation of IPRoute2</title> 27 27 28 <para os="s1">The following command prevents install from trying to strip the binaries</para> 28 <para os="s1">The following command prevents <command>install</command> 29 from trying to strip the binaries:</para> 29 30 30 31 <screen os="s2"><userinput>for dir in ip misc tc; do -
BOOK/final-system/common/man.xml
r902b43c r977c5d0 76 76 sed "s@${CLFS}@@" conf_script.orig > conf_script</userinput></screen> 77 77 78 <para os="k">Build makemsg using the hosts gcc. It is executed during the build:</para> 78 <para os="k">The <command>makemsg</command> program, in Man's source, is 79 executed during the build. Compile it using the host's <command>gcc</command>:</para> 79 80 80 81 <screen os="l"><userinput>gcc src/makemsg.c -o src/makemsg</userinput></screen> -
BOOK/final-system/common/sysklogd.xml
r902b43c r977c5d0 31 31 <screen os="b"><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen> 32 32 33 <para os="s1">The following sed prevents chaning the owner of the installed man files and prevents install from trying to strip the installed binaries.</para> 33 <para os="s1">The following sed prevents changing the owner of the 34 installed man pages and prevents install from trying to strip the 35 installed binaries:</para> 34 36 35 37 <screen os="s2"><userinput>cp Makefile{,.orig} -
BOOK/final-system/common/sysvinit.xml
r902b43c r977c5d0 40 40 src/init.c.orig > src/init.c</userinput></screen> 41 41 42 <para os="s1">The following sed makes changes in the Makefile required for cross-compiling </para>42 <para os="s1">The following sed makes changes in the Makefile required for cross-compiling:</para> 43 43 44 44 <screen os="s2"><userinput>cp -v src/Makefile src/Makefile.orig -
BOOK/final-system/common/vim.xml
r902b43c r977c5d0 39 39 40 40 <para os="p1">The following patch fixes numerous issues with 41 cross-compiling vim</para>41 cross-compiling Vim:</para> 42 42 43 43 <screen os="p2"><userinput>patch -Np1 -i ../&vim-cross_compile-patch;</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.