Changeset 9cb6b64 for temp-system
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- temp-system
- Files:
-
- 39 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/64/binutils.xml
r2ce8e8a r9cb6b64 45 45 <screen os="j"><userinput>CC="${CC} ${BUILD64}" \ 46 46 ../binutils-&binutils-version;/configure --prefix=/tools \ 47 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \47 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 48 48 --disable-nls --enable-shared --enable-64-bit-bfd \ 49 49 --disable-multilib</userinput></screen> -
temp-system/64/ncurses.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 30 ./configure --prefix=/tools --with-shared --build=${ LFS_HOST} \31 --host=${ LFS_TARGET} --without-debug --without-ada \30 ./configure --prefix=/tools --with-shared --build=${CLFS_HOST} \ 31 --host=${CLFS_TARGET} --without-debug --without-ada \ 32 32 --enable-overwrite --with-build-cc=gcc</userinput></screen> 33 33 -
temp-system/common/bash.xml
r2ce8e8a r9cb6b64 32 32 33 33 <screen os="h"><userinput>./configure --prefix=/tools \ 34 --build=${ LFS_HOST} --host=${LFS_TARGET} \34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 35 --without-bash-malloc --cache-file=config.cache</userinput></screen> 36 36 -
temp-system/common/binutils.xml
r2ce8e8a r9cb6b64 44 44 45 45 <screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ 46 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \46 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 47 47 --disable-nls --enable-shared --disable-multilib</userinput></screen> 48 48 -
temp-system/common/coreutils.xml
r2ce8e8a r9cb6b64 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=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 36 36 37 37 <para os="bf">Compile the package:</para> -
temp-system/common/diffutils.xml
r2ce8e8a r9cb6b64 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
temp-system/common/findutils.xml
r2ce8e8a r9cb6b64 33 33 34 34 <screen os="ac"><userinput>./configure --prefix=/tools \ 35 --build=${ LFS_HOST} --host=${LFS_TARGET} \35 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 36 36 --cache-file=config.cache</userinput></screen> 37 37 -
temp-system/common/gawk.xml
r2ce8e8a r9cb6b64 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
temp-system/common/gettext.xml
r2ce8e8a r9cb6b64 32 32 33 33 <screen os="d"><userinput>./configure --prefix=/tools \ 34 --build=${ LFS_HOST} --host=${LFS_TARGET} \34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 35 --disable-shared --cache-file=config.cache</userinput></screen> 36 36 -
temp-system/common/grep.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET} \30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --disable-perl-regexp</userinput></screen> 32 32 -
temp-system/common/gzip.xml
r2ce8e8a r9cb6b64 27 27 28 28 <screen os="ab"><userinput>cp -v configure{,.orig} 29 sed -e "s@nm conftest@${ LFS_TARGET}-&@" configure.orig > configure</userinput></screen>29 sed -e "s@nm conftest@${CLFS_TARGET}-&@" configure.orig > configure</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 34 34 35 35 <screen os="ac"><userinput>./configure --prefix=/tools \ 36 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>36 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/introduction.xml
r2ce8e8a r9cb6b64 19 19 <para>The tools in this chapter are cross-compiled using the toolchain in 20 20 /cross-tools and will be installed under the 21 <filename class="directory">$ LFS/tools</filename> directory to keep21 <filename class="directory">$CLFS/tools</filename> directory to keep 22 22 them separate from the files installed in <xref 23 23 linkend="chapter-building-system"/> and the host production directories. … … 28 28 variable is set up properly:</para> 29 29 30 <screen><userinput>echo $ LFS</userinput></screen>30 <screen><userinput>echo $CLFS</userinput></screen> 31 31 32 32 <para>Make sure the output shows the path to the CLFS partition's mount -
temp-system/common/make.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="aa"><userinput>./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/ncurses.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/tools --with-shared \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET} \30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --without-debug --without-ada \ 32 32 --enable-overwrite --with-build-cc=gcc</userinput></screen> -
temp-system/common/patch.xml
r2ce8e8a r9cb6b64 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
temp-system/common/sed.xml
r2ce8e8a r9cb6b64 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 29 30 30 <para os="c">Compile the package:</para> -
temp-system/common/tar.xml
r2ce8e8a r9cb6b64 33 33 34 34 <screen os="b"><userinput>./configure --prefix=/tools \ 35 --build=${ LFS_HOST} --host=${LFS_TARGET} \35 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 36 36 --cache-file=config.cache</userinput></screen> 37 37 -
temp-system/common/texinfo.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/variables.xml
r2ce8e8a r9cb6b64 14 14 and linkers:</para> 15 15 16 <screen><userinput>export CC="${ LFS_TARGET}-gcc"17 export CXX="${ LFS_TARGET}-g++"18 export AR="${ LFS_TARGET}-ar"19 export AS="${ LFS_TARGET}-as"20 export RANLIB="${ LFS_TARGET}-ranlib"21 export LD="${ LFS_TARGET}-ld"22 export STRIP="${ LFS_TARGET}-strip"</userinput></screen>16 <screen><userinput>export CC="${CLFS_TARGET}-gcc" 17 export CXX="${CLFS_TARGET}-g++" 18 export AR="${CLFS_TARGET}-ar" 19 export AS="${CLFS_TARGET}-as" 20 export RANLIB="${CLFS_TARGET}-ranlib" 21 export LD="${CLFS_TARGET}-ld" 22 export STRIP="${CLFS_TARGET}-strip"</userinput></screen> 23 23 24 24 <para>Then add the build variables to <filename>~/.bashrc</filename> to -
temp-system/mips64-64/gcc.xml
r2ce8e8a r9cb6b64 101 101 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 102 102 ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 103 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \103 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 104 104 --with-local-prefix=/tools --enable-long-long --with-abi=64 \ 105 105 --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ -
temp-system/mips64/gcc.xml
r2ce8e8a r9cb6b64 101 101 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 102 102 ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \ 103 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} --with-abi=64 \103 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-abi=64 \ 104 104 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 105 105 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ -
temp-system/multilib/bash.xml
r2ce8e8a r9cb6b64 37 37 <screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 38 38 ./configure --prefix=/tools \ 39 --build=${ LFS_HOST} --host=${LFS_TARGET} \39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 40 --without-bash-malloc --cache-file=config.cache</userinput></screen> 41 41 -
temp-system/multilib/binutils.xml
r2ce8e8a r9cb6b64 54 54 ../binutils-&binutils-version;/configure --prefix=/tools \ 55 55 --libdir=/tools/lib64 --with-lib-path=/tools/lib \ 56 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \56 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 57 57 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen> 58 58 -
temp-system/multilib/coreutils.xml
r2ce8e8a r9cb6b64 37 37 <screen os="be"><userinput>CC="${CC} ${BUILD64}" \ 38 38 ./configure --prefix=/tools --cache-file=config.cache \ 39 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>39 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/diffutils.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/findutils.xml
r2ce8e8a r9cb6b64 36 36 37 37 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${ LFS_HOST} --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/gawk.xml
r2ce8e8a r9cb6b64 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 30 ./configure --prefix=/tools \ 31 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>31 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/gettext.xml
r2ce8e8a r9cb6b64 37 37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 38 38 ./configure --prefix=/tools \ 39 --build=${ LFS_HOST} --host=${LFS_TARGET} --disable-shared \39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --disable-shared \ 40 40 --cache-file=config.cache</userinput></screen> 41 41 -
temp-system/multilib/grep.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET} \30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --disable-perl-regexp</userinput></screen> 32 32 -
temp-system/multilib/gzip.xml
r2ce8e8a r9cb6b64 36 36 37 37 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>38 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/make.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/ncurses.xml
r2ce8e8a r9cb6b64 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 30 30 ./configure --prefix=/tools --with-shared \ 31 --build=${ LFS_HOST} --host=${LFS_TARGET} \31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 32 --without-debug --without-ada \ 33 33 --enable-overwrite --with-build-cc=gcc \ -
temp-system/multilib/patch.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/sed.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/multilib/tar.xml
r2ce8e8a r9cb6b64 36 36 37 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${ LFS_HOST} --host=${LFS_TARGET} \38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --cache-file=config.cache</userinput></screen> 40 40 -
temp-system/multilib/texinfo.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${ LFS_HOST} --host=${LFS_TARGET}</userinput></screen>30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/x86/gcc.xml
r2ce8e8a r9cb6b64 89 89 90 90 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 91 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \91 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 92 92 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 93 93 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ -
temp-system/x86_64-64/gcc.xml
r2ce8e8a r9cb6b64 101 101 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 102 102 ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 103 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \103 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 104 104 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 105 105 --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ -
temp-system/x86_64/gcc.xml
r2ce8e8a r9cb6b64 101 101 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 102 102 ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \ 103 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \103 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 104 104 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 105 105 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
Note:
See TracChangeset
for help on using the changeset viewer.