- Timestamp:
- May 31, 2006, 10:45:29 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2f345f4
- Parents:
- 09d06d3
- Location:
- BOOK
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/module-init-tools.xml
r09d06d3 rc3ed84c 28 28 29 29 <screen os="f"><userinput>./configure --prefix=/ \ 30 --host=${LFS_TARGET}</userinput></screen>30 --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/common/util-linux.xml
r09d06d3 rc3ed84c 73 73 74 74 <screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \ 75 HAVE_SHADOW=no CPUOPT="" ARCH="" \76 CPU=""</userinput></screen>75 HAVE_SHADOW=no CPUOPT="" ARCH="" \ 76 CPU=""</userinput></screen> 77 77 78 78 <variablelist os="bg"> … … 124 124 125 125 <screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no \ 126 USE_TTY_GROUP=no CPUOPT="" ARCH="" \127 CPU="" DESTDIR=${LFS} install</userinput></screen>126 USE_TTY_GROUP=no CPUOPT="" ARCH="" \ 127 CPU="" DESTDIR=${LFS} install</userinput></screen> 128 128 129 129 </sect2> -
BOOK/boot/x86/kernel.xml
r09d06d3 rc3ed84c 92 92 93 93 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${LFS_TARGET}- \ 94 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen>94 INSTALL_MOD_PATH=${LFS} modules_install</userinput></screen> 95 95 96 96 <para os="u">After kernel compilation is complete, additional steps are -
BOOK/cross-tools/common/binutils.xml
r09d06d3 rc3ed84c 46 46 47 47 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \ 48 --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \49 --disable-nls --enable-shared --disable-multilib</userinput></screen>48 --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \ 49 --disable-nls --enable-shared --disable-multilib</userinput></screen> 50 50 51 51 <variablelist os="bd"> -
BOOK/cross-tools/x86/gcc-final.xml
r09d06d3 rc3ed84c 146 146 147 147 <screen os="bi"><userinput>make AS_FOR_TARGET="${LFS_TARGET}-as" \ 148 LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>148 LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen> 149 149 150 150 <para os="bj">Install the package:</para> -
BOOK/cross-tools/x86/gcc-static.xml
r09d06d3 rc3ed84c 53 53 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig} 54 54 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \ 55 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>55 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 56 56 57 57 <important os="ak"> -
BOOK/temp-system/common/bash.xml
r09d06d3 rc3ed84c 32 32 33 33 <screen os="h"><userinput>./configure --prefix=/tools \ 34 --without-bash-malloc --host=${LFS_TARGET} \35 --cache-file=config.cache</userinput></screen>34 --without-bash-malloc --host=${LFS_TARGET} \ 35 --cache-file=config.cache</userinput></screen> 36 36 37 37 <variablelist os="ad"> -
BOOK/temp-system/common/binutils.xml
r09d06d3 rc3ed84c 44 44 45 45 <screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ 46 47 46 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ 47 --disable-nls --enable-shared --disable-multilib</userinput></screen> 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/coreutils.xml
r09d06d3 rc3ed84c 33 33 34 34 <screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache \ 35 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>35 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 36 36 37 37 <para os="bf">Compile the package:</para> -
BOOK/temp-system/common/findutils.xml
r09d06d3 rc3ed84c 33 33 34 34 <screen os="ac"><userinput>./configure --prefix=/tools \ 35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/gawk.xml
r09d06d3 rc3ed84c 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>28 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/gettext.xml
r09d06d3 rc3ed84c 32 32 33 33 <screen os="d"><userinput>./configure --prefix=/tools \ 34 --host=${LFS_TARGET} --disable-shared \35 --cache-file=config.cache</userinput></screen>34 --host=${LFS_TARGET} --disable-shared \ 35 --cache-file=config.cache</userinput></screen> 36 36 37 37 <variablelist os="e"> -
BOOK/temp-system/common/grep.xml
r09d06d3 rc3ed84c 28 28 29 29 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>30 --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen> 31 31 32 32 <variablelist os="cb"> -
BOOK/temp-system/common/gzip.xml
r09d06d3 rc3ed84c 34 34 35 35 <screen os="ac"><userinput>./configure --prefix=/tools \ 36 --host=${LFS_TARGET}</userinput></screen>36 --host=${LFS_TARGET}</userinput></screen> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/make.xml
r09d06d3 rc3ed84c 28 28 29 29 <screen os="aa"><userinput>./configure --prefix=/tools \ 30 --host=${LFS_TARGET}</userinput></screen>30 --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/ncurses.xml
r09d06d3 rc3ed84c 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/tools --with-shared \ 30 --host=${LFS_TARGET} --without-debug --without-ada \31 --enable-overwrite --with-build-cc=gcc</userinput></screen>30 --host=${LFS_TARGET} --without-debug --without-ada \ 31 --enable-overwrite --with-build-cc=gcc</userinput></screen> 32 32 33 33 <variablelist os="c"> -
BOOK/temp-system/common/sed.xml
r09d06d3 rc3ed84c 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --host=${LFS_TARGET}</userinput></screen>28 --host=${LFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/tar.xml
r09d06d3 rc3ed84c 33 33 34 34 <screen os="b"><userinput>./configure --prefix=/tools \ 35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/texinfo.xml
r09d06d3 rc3ed84c 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/x86/gcc.xml
r09d06d3 rc3ed84c 60 60 <screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig} 61 61 sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0@g' \ 62 gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen>62 gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen> 63 63 64 64 <para os="cf">Also, we need to set the directory searched by the fixincludes … … 67 67 <screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig} 68 68 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \ 69 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>69 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 70 70 71 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 111 111 112 112 <screen os="cn"><userinput>make AS_FOR_TARGET="${AS}" \ 113 LD_FOR_TARGET="${LD}"</userinput></screen>113 LD_FOR_TARGET="${LD}"</userinput></screen> 114 114 115 115 <para os="co">Install the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.