Changeset b27081c4 for BOOK/temp-system
- Timestamp:
- Dec 14, 2015, 12:19:04 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 23:57:55)
- git-committer:
- Chris Staub <chris@…> (12/14/15 00:19:04)
- Location:
- BOOK/temp-system
- Files:
-
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
r00cf9ca rb27081c4 45 45 46 46 <screen os="j"><userinput>../binutils-&binutils-dir;/configure \ 47 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 48 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 49 --enable-shared --enable-64-bit-bfd --disable-multilib \ 50 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 47 --prefix=/tools \ 48 --build=${CLFS_HOST} \ 49 --host=${CLFS_TARGET} \ 50 --target=${CLFS_TARGET} \ 51 --with-lib-path=/tools/lib \ 52 --disable-nls \ 53 --enable-shared \ 54 --enable-64-bit-bfd \ 55 --disable-multilib \ 56 --enable-gold=yes \ 57 --enable-plugins \ 58 --enable-threads</userinput></screen> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gcc.xml
r00cf9ca rb27081c4 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 75 --with-local-prefix=/tools --disable-multilib \ 76 --enable-languages=c,c++ --with-system-zlib \ 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure \ 74 --prefix=/tools \ 75 --build=${CLFS_HOST} \ 76 --host=${CLFS_TARGET} \ 77 --target=${CLFS_TARGET} \ 78 --with-local-prefix=/tools \ 79 --disable-multilib \ 80 --enable-languages=c,c++ \ 81 --with-system-zlib \ 77 82 --with-native-system-header-dir=/tools/include \ 78 --disable-libssp --enable-install-libiberty</userinput></screen> 83 --disable-libssp \ 84 --enable-install-libiberty</userinput></screen> 79 85 80 86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/bash.xml
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 37 37 <para os="d">Prepare Gettext for compilation:</para> 38 38 39 <screen os="e"><userinput>EMACS="no" ./configure --prefix=/tools \ 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 --disable-shared --cache-file=config.cache</userinput></screen> 39 <screen os="e"><userinput>EMACS="no" \ 40 ./configure \ 41 --prefix=/tools \ 42 --build=${CLFS_HOST} \ 43 --host=${CLFS_TARGET} \ 44 --disable-shared</userinput></screen> 42 45 43 46 <variablelist os="f"> -
BOOK/temp-system/common/gmp.xml
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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
r00cf9ca rb27081c4 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" -
BOOK/temp-system/mips64-64/gcc.xml
r00cf9ca rb27081c4 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 74 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 75 --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \ 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure \ 74 --prefix=/tools \ 75 --disable-multilib \ 76 --build=${CLFS_HOST} \ 77 --host=${CLFS_TARGET} \ 78 --target=${CLFS_TARGET} \ 79 --with-local-prefix=/tools \ 80 --enable-languages=c,c++ \ 81 --with-system-zlib \ 76 82 --with-native-system-header-dir=/tools/include \ 77 83 --enable-install-libiberty</userinput></screen> -
BOOK/temp-system/mips64/gcc.xml
r00cf9ca rb27081c4 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 75 --target=${CLFS_TARGET} --with-local-prefix=/tools \ 76 --enable-languages=c,c++ --with-abi=64 --with-system-zlib \ 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure \ 74 --prefix=/tools \ 75 --libdir=/tools/lib64 \ 76 --build=${CLFS_HOST} \ 77 --host=${CLFS_TARGET} \ 78 --target=${CLFS_TARGET} \ 79 --with-local-prefix=/tools \ 80 --enable-languages=c,c++ \ 81 --with-abi=64 \ 82 --with-system-zlib \ 77 83 --with-native-system-header-dir=/tools/include \ 78 84 --enable-install-libiberty</userinput></screen> -
BOOK/temp-system/multilib/binutils.xml
r00cf9ca rb27081c4 45 45 46 46 <screen os="j"><userinput>../binutils-&binutils-dir;/configure \ 47 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \ 48 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 49 --disable-nls --enable-shared --enable-64-bit-bfd \ 50 --enable-gold=yes --enable-plugins --enable-threads</userinput></screen> 47 --prefix=/tools \ 48 --libdir=/tools/lib64 \ 49 --with-lib-path=/tools/lib64:/tools/lib \ 50 --build=${CLFS_HOST} \ 51 --host=${CLFS_TARGET} \ 52 --target=${CLFS_TARGET} \ 53 --disable-nls \ 54 --enable-shared \ 55 --enable-64-bit-bfd \ 56 --enable-gold=yes \ 57 --enable-plugins \ 58 --enable-threads</userinput></screen> 51 59 52 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/check.xml
r00cf9ca rb27081c4 30 30 xpointer="xpointer(//*[@os='c'])"/> 31 31 32 <screen os="d"><userinput>./configure --prefix=/tools \ 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} --libdir=/tools/lib64</userinput></screen> 32 <screen os="d"><userinput>./configure \ 33 --prefix=/tools \ 34 --build=${CLFS_HOST} \ 35 --host=${CLFS_TARGET} \ 36 --libdir=/tools/lib64</userinput></screen> 34 37 35 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/file.xml
r00cf9ca rb27081c4 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 29 <screen os="b"><userinput>./configure \ 30 --prefix=/tools \ 31 --libdir=/tools/lib64 \ 32 --build=${CLFS_HOST} \ 33 --host=${CLFS_TARGET}</userinput></screen> 31 34 32 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/flex.xml
r00cf9ca rb27081c4 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="cb"><userinput>M4=m4 ./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 37 <screen os="cb"><userinput>M4=m4 \ 38 ./configure \ 39 --prefix=/tools \ 40 --build=${CLFS_HOST} \ 41 --host=${CLFS_TARGET} \ 39 42 --cache-file=config.cache</userinput></screen> 40 43 -
BOOK/temp-system/multilib/gcc.xml
r00cf9ca rb27081c4 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 74 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 75 --target=${CLFS_TARGET} --with-local-prefix=/tools \ 76 --enable-languages=c,c++ --with-system-zlib \ 73 <screen os="dc"><userinput>../gcc-&gcc-version;/configure \ 74 --prefix=/tools \ 75 --libdir=/tools/lib64 \ 76 --build=${CLFS_HOST} \ 77 --host=${CLFS_TARGET} \ 78 --target=${CLFS_TARGET} \ 79 --with-local-prefix=/tools \ 80 --enable-languages=c,c++ \ 81 --with-system-zlib \ 77 82 --with-native-system-header-dir=/tools/include \ 78 --disable-libssp --enable-install-libiberty</userinput></screen> 83 --disable-libssp \ 84 --enable-install-libiberty</userinput></screen> 79 85 80 86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/gmp.xml
r00cf9ca rb27081c4 41 41 xpointer="xpointer(//*[@os='b'])"/> 42 42 43 <screen os="c"><userinput>CC_FOR_BUILD=gcc ./configure --prefix=/tools \ 44 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 45 --libdir=/tools/lib64 --enable-cxx</userinput></screen> 43 <screen os="c"><userinput>CC_FOR_BUILD=gcc \ 44 ./configure \ 45 --prefix=/tools \ 46 --build=${CLFS_HOST} \ 47 --host=${CLFS_TARGET} \ 48 --libdir=/tools/lib64 \ 49 --enable-cxx</userinput></screen> 46 50 47 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/isl.xml
r00cf9ca rb27081c4 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 <screen os="b"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET} \ 31 33 --libdir=/tools/lib64</userinput></screen> 32 34 -
BOOK/temp-system/multilib/mpc.xml
r00cf9ca rb27081c4 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 <screen os="b"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET} \ 31 33 --libdir=/tools/lib64</userinput></screen> 32 34 -
BOOK/temp-system/multilib/mpfr.xml
r00cf9ca rb27081c4 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="b"><userinput>./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 37 <screen os="b"><userinput>./configure \ 38 --prefix=/tools \ 39 --build=${CLFS_HOST} \ 40 --host=${CLFS_TARGET} \ 39 41 --libdir=/tools/lib64</userinput></screen> 40 42 -
BOOK/temp-system/multilib/ncurses.xml
r00cf9ca rb27081c4 39 39 xpointer="xpointer(//*[@os='a'])"/> 40 40 41 <screen os="b"><userinput>./configure --prefix=/tools --with-shared \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --without-debug --without-ada \ 44 --enable-overwrite --with-build-cc=gcc \ 45 --libdir=/tools/lib64</userinput></screen> 41 <screen os="b"><userinput>./configure \ 42 --prefix=/tools \ 43 --with-shared \ 44 --build=${CLFS_HOST} \ 45 --host=${CLFS_TARGET} \ 46 --without-debug \ 47 --without-ada \ 48 --enable-overwrite \ 49 --with-build-cc=gcc \ 50 --libdir=/tools/lib64</userinput></screen> 46 51 47 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/util-linux.xml
r00cf9ca rb27081c4 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="be"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --libdir='${prefix}'/lib64 --disable-makeinstall-chown \ 32 --disable-makeinstall-setuid --without-python</userinput></screen> 29 <screen os="be"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET} \ 33 --libdir='${prefix}'/lib64 \ 34 --disable-makeinstall-chown \ 35 --disable-makeinstall-setuid \ 36 --without-python</userinput></screen> 33 37 34 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/xz.xml
r00cf9ca rb27081c4 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="cb"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --libdir=/tools/lib64</userinput></screen> 29 <screen os="cb"><userinput>./configure \ 30 --prefix=/tools \ 31 --build=${CLFS_HOST} \ 32 --host=${CLFS_TARGET} \ 33 --libdir=/tools/lib64</userinput></screen> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/zlib.xml
r00cf9ca rb27081c4 31 31 xpointer="xpointer(//*[@os='a'])"/> 32 32 33 <screen os="b"><userinput>./configure --prefix=/tools --libdir=/tools/lib64</userinput></screen> 33 <screen os="b"><userinput>./configure \ 34 --prefix=/tools \ 35 --libdir=/tools/lib64</userinput></screen> 34 36 35 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/ppc64-64/gcc.xml
r00cf9ca rb27081c4 71 71 xpointer="xpointer(//*[@os='h'])"/> 72 72 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 74 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 75 --with-local-prefix=/tools --enable-languages=c,c++ --with-system-zlib \ 73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure \ 74 --prefix=/tools \ 75 --disable-multilib \ 76 --build=${CLFS_HOST} \ 77 --host=${CLFS_TARGET} \ 78 --target=${CLFS_TARGET} \ 79 --with-local-prefix=/tools \ 80 --enable-languages=c,c++ \ 81 --with-system-zlib \ 76 82 --with-native-system-header-dir=/tools/include \ 77 83 --enable-install-libiberty</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.