Changeset 7cd7f99 for BOOK/temp-system/common
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/temp-system/common
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
rc636dee r7cd7f99 58 58 xpointer="xpointer(//*[@os='a'])"/> 59 59 60 <screen os="b"><userinput>./configure --prefix=/tools \ 61 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 62 --without-bash-malloc --cache-file=config.cache</userinput></screen> 60 <screen os="b"><userinput>./configure \ 61 --prefix=/tools \ 62 --build=${CLFS_HOST} \ 63 --host=${CLFS_TARGET} \ 64 --without-bash-malloc \ 65 --cache-file=config.cache</userinput></screen> 63 66 64 67 <variablelist os="c"> -
BOOK/temp-system/common/binutils.xml
rc636dee r7cd7f99 45 45 xpointer="xpointer(//*[@os='i'])"/> 46 46 47 <screen os="j"><userinput>../binutils-&binutils-dir;/configure --prefix=/tools \ 48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 49 --with-lib-path=/tools/lib --disable-nls --enable-shared \ 50 --disable-multilib --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 47 <screen os="j"><userinput>../binutils-&binutils-dir;/configure \ 48 --prefix=/tools \ 49 --build=${CLFS_HOST} \ 50 --host=${CLFS_TARGET} \ 51 --target=${CLFS_TARGET} \ 52 --with-lib-path=/tools/lib \ 53 --disable-nls \ 54 --enable-shared \ 55 --disable-multilib \ 56 --enable-gold=yes \ 57 --enable-plugins \ 58 --enable-threads</userinput></screen> 51 59 52 60 <variablelist os="k"> -
BOOK/temp-system/common/bison.xml
rc636dee r7cd7f99 32 32 xpointer="xpointer(//*[@os='a'])"/> 33 33 34 <screen os="ca"><userinput>M4=m4 ./configure --prefix=/tools \ 35 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 34 <screen os="ca"><userinput>M4=m4 \ 35 ./configure \ 36 --prefix=/tools \ 37 --build=${CLFS_HOST} \ 38 --host=${CLFS_TARGET} \ 36 39 --cache-file=config.cache</userinput></screen> 37 40 -
BOOK/temp-system/common/check.xml
rc636dee r7cd7f99 31 31 <para os="c">Prepare Check for compilation:</para> 32 32 33 <screen os="d"><userinput>./configure --prefix=/tools \ 34 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 33 <screen os="d"><userinput>./configure \ 34 --prefix=/tools \ 35 --build=${CLFS_HOST} \ 36 --host=${CLFS_TARGET}</userinput></screen> 35 37 36 38 <para os="f">Build the package:</para> -
BOOK/temp-system/common/coreutils.xml
rc636dee r7cd7f99 39 39 <para os="bd">Prepare Coreutils for compilation:</para> 40 40 41 <screen os="be"><userinput>./configure --prefix=/tools \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --enable-install-program=hostname --cache-file=config.cache</userinput></screen> 41 <screen os="be"><userinput>./configure \ 42 --prefix=/tools \ 43 --build=${CLFS_HOST} \ 44 --host=${CLFS_TARGET} \ 45 --enable-install-program=hostname \ 46 --cache-file=config.cache</userinput></screen> 44 47 45 48 <variablelist os="be1"> -
BOOK/temp-system/common/diffutils.xml
rc636dee r7cd7f99 25 25 <para os="a">Prepare Diffutils for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure \ 28 --prefix=/tools \ 29 --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET}</userinput></screen> 29 31 30 32 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/file.xml
rc636dee r7cd7f99 25 25 <para os="a">Prepare File for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure \ 28 --prefix=/tools \ 29 --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET}</userinput></screen> 29 31 30 32 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/findutils.xml
rc636dee r7cd7f99 33 33 xpointer="xpointer(//*[@os='a'])"/> 34 34 35 <screen os="ac"><userinput>./configure --prefix=/tools \ 36 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 <screen os="ac"><userinput>./configure \ 36 --prefix=/tools \ 37 --build=${CLFS_HOST} \ 38 --host=${CLFS_TARGET} \ 37 39 --cache-file=config.cache</userinput></screen> 38 40 -
BOOK/temp-system/common/flex.xml
rc636dee r7cd7f99 36 36 xpointer="xpointer(//*[@os='a'])"/> 37 37 38 <screen os="cb"><userinput>M4=m4 ./configure --prefix=/tools \ 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 38 <screen os="cb"><userinput>M4=m4 ./configure \ 39 --prefix=/tools \ 40 --build=${CLFS_HOST} \ 41 --host=${CLFS_TARGET} \ 40 42 --cache-file=config.cache</userinput></screen> 41 43 -
BOOK/temp-system/common/gawk.xml
rc636dee r7cd7f99 25 25 <para os="a">Prepare Gawk for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure \ 28 --prefix=/tools \ 29 --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET}</userinput></screen> 29 31 30 32 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/gcc.xml
rc636dee r7cd7f99 69 69 xpointer="xpointer(//*[@os='h'])"/> 70 70 71 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 72 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 73 --with-local-prefix=/tools --disable-multilib \ 74 --enable-languages=c,c++ --with-system-zlib \ 71 <screen os="ck"><userinput>../gcc-&gcc-version;/configure \ 72 --prefix=/tools \ 73 --build=${CLFS_HOST} \ 74 --host=${CLFS_TARGET} \ 75 --target=${CLFS_TARGET} \ 76 --with-local-prefix=/tools \ 77 --disable-multilib \ 78 --enable-languages=c,c++ \ 79 --with-system-zlib \ 75 80 --with-native-system-header-dir=/tools/include \ 76 --disable-libssp --enable-install-libiberty</userinput></screen> 81 --disable-libssp \ 82 --enable-install-libiberty</userinput></screen> 77 83 78 84 <variablelist os="cl"> -
BOOK/temp-system/common/gettext.xml
rc636dee r7cd7f99 37 37 <para os="c">Prepare Gettext for compilation:</para> 38 38 39 <screen os="d"><userinput>EMACS="no" ./configure --prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 <screen os="d"><userinput>EMACS="no" \ 40 ./configure \ 41 --prefix=/tools \ 42 --build=${CLFS_HOST} \ 43 --host=${CLFS_TARGET} \ 41 44 --disable-shared</userinput></screen> 42 45 -
BOOK/temp-system/common/gmp.xml
rc636dee r7cd7f99 39 39 <para os="b">Prepare GMP for compilation:</para> 40 40 41 <screen os="c"><userinput>CC_FOR_BUILD=gcc ./configure --prefix=/tools \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 <screen os="c"><userinput>CC_FOR_BUILD=gcc \ 42 ./configure \ 43 --prefix=/tools \ 44 --build=${CLFS_HOST} \ 45 --host=${CLFS_TARGET} \ 43 46 --enable-cxx</userinput></screen> 44 47 -
BOOK/temp-system/common/grep.xml
rc636dee r7cd7f99 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 <screen os="ca"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET} \ 31 33 --without-included-regex</userinput></screen> 32 34 -
BOOK/temp-system/common/gzip.xml
rc636dee r7cd7f99 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="b"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET}</userinput></screen> 31 33 32 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/isl.xml
rc636dee r7cd7f99 25 25 <para os="a">Prepare ISL for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure \ 28 --prefix=/tools \ 29 --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET}</userinput></screen> 29 31 30 32 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/m4.xml
rc636dee r7cd7f99 40 40 <para os="a">Prepare M4 for compilation:</para> 41 41 42 <screen os="b"><userinput>./configure --prefix=/tools \ 43 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 42 <screen os="b"><userinput>./configure \ 43 --prefix=/tools \ 44 --build=${CLFS_HOST} \ 45 --host=${CLFS_TARGET} \ 44 46 --cache-file=config.cache</userinput></screen> 45 47 -
BOOK/temp-system/common/make.xml
rc636dee r7cd7f99 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="aa"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="aa"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET}</userinput></screen> 31 33 32 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/mpc.xml
rc636dee r7cd7f99 25 25 <para os="a">Prepare MPC for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure \ 28 --prefix=/tools \ 29 --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET}</userinput></screen> 29 31 30 32 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/mpfr.xml
rc636dee r7cd7f99 33 33 <para os="a">Prepare MPFR for compilation:</para> 34 34 35 <screen os="b"><userinput>./configure --prefix=/tools \ 36 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 35 <screen os="b"><userinput>./configure \ 36 --prefix=/tools \ 37 --build=${CLFS_HOST} \ 38 --host=${CLFS_TARGET}</userinput></screen> 37 39 38 40 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/ncurses.xml
rc636dee r7cd7f99 34 34 xpointer="xpointer(//*[@os='a'])"/> 35 35 36 <screen os="b"><userinput>./configure --prefix=/tools --with-shared \ 37 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 38 --without-debug --without-ada \ 39 --enable-overwrite --with-build-cc=gcc</userinput></screen> 36 <screen os="b"><userinput>./configure \ 37 --prefix=/tools \ 38 --with-shared \ 39 --build=${CLFS_HOST} \ 40 --host=${CLFS_TARGET} \ 41 --without-debug \ 42 --without-ada \ 43 --enable-overwrite \ 44 --with-build-cc=gcc</userinput></screen> 40 45 41 46 <variablelist os="c"> -
BOOK/temp-system/common/patch.xml
rc636dee r7cd7f99 25 25 <para os="a">Prepare Patch for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure \ 28 --prefix=/tools \ 29 --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET}</userinput></screen> 29 31 30 32 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/sed.xml
rc636dee r7cd7f99 25 25 <para os="a">Prepare Sed for compilation:</para> 26 26 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 27 <screen os="b"><userinput>./configure \ 28 --prefix=/tools \ 29 --build=${CLFS_HOST} \ 30 --host=${CLFS_TARGET}</userinput></screen> 29 31 30 32 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/tar.xml
rc636dee r7cd7f99 42 42 xpointer="xpointer(//*[@os='a'])"/> 43 43 44 <screen os="b"><userinput>./configure --prefix=/tools \ 45 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 44 <screen os="b"><userinput>./configure \ 45 --prefix=/tools \ 46 --build=${CLFS_HOST} \ 47 --host=${CLFS_TARGET} \ 46 48 --cache-file=config.cache</userinput></screen> 47 49 -
BOOK/temp-system/common/texinfo.xml
rc636dee r7cd7f99 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>PERL=/usr/bin/perl ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="b"><userinput>PERL=/usr/bin/perl \ 30 ./configure \ 31 --prefix=/tools \ 32 --build=${CLFS_HOST} \ 33 --host=${CLFS_TARGET}</userinput></screen> 31 34 32 35 <variablelist os="ba"> -
BOOK/temp-system/common/util-linux.xml
rc636dee r7cd7f99 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown --disable-makeinstall-setuid \ 29 <screen os="b"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET} \ 33 --disable-makeinstall-chown \ 34 --disable-makeinstall-setuid \ 32 35 --without-python</userinput></screen> 33 36 -
BOOK/temp-system/common/vim.xml
rc636dee r7cd7f99 64 64 xpointer="xpointer(//*[@os='d'])"/> 65 65 66 <screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 67 --prefix=/tools --enable-gui=no --disable-gtktest --disable-xim \ 68 --disable-gpm --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen> 66 <screen os="e"><userinput>./configure \ 67 --build=${CLFS_HOST} \ 68 --host=${CLFS_TARGET} \ 69 --prefix=/tools \ 70 --enable-gui=no \ 71 --disable-gtktest \ 72 --disable-xim \ 73 --disable-gpm \ 74 --without-x \ 75 --disable-netbeans \ 76 --with-tlib=ncurses</userinput></screen> 69 77 70 78 <variablelist os="f"> -
BOOK/temp-system/common/xz.xml
rc636dee r7cd7f99 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="cb"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="cb"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET}</userinput></screen> 31 33 32 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/zlib.xml
rc636dee r7cd7f99 31 31 xpointer="xpointer(//*[@os='a'])"/> 32 32 33 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen> 33 <screen os="b"><userinput>./configure \ 34 --prefix=/tools</userinput></screen> 34 35 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.