Changeset 9cb6b64 for temp-system/common
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- temp-system/common
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.