Changeset 7cd7f99 for BOOK/temp-system


Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

Location:
BOOK/temp-system
Files:
47 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/binutils.xml

    rc636dee r7cd7f99  
    4545
    4646<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>
    5159
    5260    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/64/gcc.xml

    rc636dee r7cd7f99  
    7171    xpointer="xpointer(//*[@os='h'])"/>
    7272
    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 \
    7782    --with-native-system-header-dir=/tools/include \
    78     --disable-libssp --enable-install-libiberty</userinput></screen>
     83    --disable-libssp \
     84    --enable-install-libiberty</userinput></screen>
    7985
    8086    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/bash.xml

    rc636dee r7cd7f99  
    5858    xpointer="xpointer(//*[@os='a'])"/>
    5959
    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>
    6366
    6467    <variablelist os="c">
  • BOOK/temp-system/common/binutils.xml

    rc636dee r7cd7f99  
    4545    xpointer="xpointer(//*[@os='i'])"/>
    4646
    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>
    5159
    5260    <variablelist os="k">
  • BOOK/temp-system/common/bison.xml

    rc636dee r7cd7f99  
    3232    xpointer="xpointer(//*[@os='a'])"/>
    3333
    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} \
    3639    --cache-file=config.cache</userinput></screen>
    3740
  • BOOK/temp-system/common/check.xml

    rc636dee r7cd7f99  
    3131    <para os="c">Prepare Check for compilation:</para>
    3232
    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>
    3537
    3638    <para os="f">Build the package:</para>
  • BOOK/temp-system/common/coreutils.xml

    rc636dee r7cd7f99  
    3939    <para os="bd">Prepare Coreutils for compilation:</para>
    4040
    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>
    4447
    4548    <variablelist os="be1">
  • BOOK/temp-system/common/diffutils.xml

    rc636dee r7cd7f99  
    2525    <para os="a">Prepare Diffutils for compilation:</para>
    2626
    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>
    2931
    3032    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/file.xml

    rc636dee r7cd7f99  
    2525    <para os="a">Prepare File for compilation:</para>
    2626
    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>
    2931
    3032    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/findutils.xml

    rc636dee r7cd7f99  
    3333    xpointer="xpointer(//*[@os='a'])"/>
    3434
    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} \
    3739    --cache-file=config.cache</userinput></screen>
    3840
  • BOOK/temp-system/common/flex.xml

    rc636dee r7cd7f99  
    3636    xpointer="xpointer(//*[@os='a'])"/>
    3737
    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} \
    4042    --cache-file=config.cache</userinput></screen>
    4143
  • BOOK/temp-system/common/gawk.xml

    rc636dee r7cd7f99  
    2525    <para os="a">Prepare Gawk for compilation:</para>
    2626
    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>
    2931
    3032    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/gcc.xml

    rc636dee r7cd7f99  
    6969    xpointer="xpointer(//*[@os='h'])"/>
    7070
    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 \
    7580    --with-native-system-header-dir=/tools/include \
    76     --disable-libssp --enable-install-libiberty</userinput></screen>
     81    --disable-libssp \
     82    --enable-install-libiberty</userinput></screen>
    7783
    7884    <variablelist os="cl">
  • BOOK/temp-system/common/gettext.xml

    rc636dee r7cd7f99  
    3737    <para os="c">Prepare Gettext for compilation:</para>
    3838
    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} \
    4144    --disable-shared</userinput></screen>
    4245
  • BOOK/temp-system/common/gmp.xml

    rc636dee r7cd7f99  
    3939    <para os="b">Prepare GMP for compilation:</para>
    4040
    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} \
    4346    --enable-cxx</userinput></screen>
    4447
  • BOOK/temp-system/common/grep.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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} \
    3133    --without-included-regex</userinput></screen>
    3234
  • BOOK/temp-system/common/gzip.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3133
    3234    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/isl.xml

    rc636dee r7cd7f99  
    2525    <para os="a">Prepare ISL for compilation:</para>
    2626
    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>
    2931
    3032    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/m4.xml

    rc636dee r7cd7f99  
    4040    <para os="a">Prepare M4 for compilation:</para>
    4141
    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} \
    4446    --cache-file=config.cache</userinput></screen>
    4547
  • BOOK/temp-system/common/make.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3133
    3234    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/mpc.xml

    rc636dee r7cd7f99  
    2525    <para os="a">Prepare MPC for compilation:</para>
    2626
    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>
    2931
    3032    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/mpfr.xml

    rc636dee r7cd7f99  
    3333    <para os="a">Prepare MPFR for compilation:</para>
    3434
    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>
    3739
    3840    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/ncurses.xml

    rc636dee r7cd7f99  
    3434    xpointer="xpointer(//*[@os='a'])"/>
    3535
    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>
    4045
    4146    <variablelist os="c">
  • BOOK/temp-system/common/patch.xml

    rc636dee r7cd7f99  
    2525    <para os="a">Prepare Patch for compilation:</para>
    2626
    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>
    2931
    3032    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/sed.xml

    rc636dee r7cd7f99  
    2525    <para os="a">Prepare Sed for compilation:</para>
    2626
    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>
    2931
    3032    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/tar.xml

    rc636dee r7cd7f99  
    4242    xpointer="xpointer(//*[@os='a'])"/>
    4343
    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} \
    4648    --cache-file=config.cache</userinput></screen>
    4749
  • BOOK/temp-system/common/texinfo.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3134
    3235    <variablelist os="ba">
  • BOOK/temp-system/common/util-linux.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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 \
    3235    --without-python</userinput></screen>
    3336
  • BOOK/temp-system/common/vim.xml

    rc636dee r7cd7f99  
    6464    xpointer="xpointer(//*[@os='d'])"/>
    6565
    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>
    6977
    7078    <variablelist os="f">
  • BOOK/temp-system/common/xz.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3133
    3234    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/zlib.xml

    rc636dee r7cd7f99  
    3131    xpointer="xpointer(//*[@os='a'])"/>
    3232
    33 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
     33<screen os="b"><userinput>./configure \
     34    --prefix=/tools</userinput></screen>
    3435
    3536    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/mips64-64/gcc.xml

    rc636dee r7cd7f99  
    7171    xpointer="xpointer(//*[@os='h'])"/>
    7272
    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 \
    7682    --with-native-system-header-dir=/tools/include \
    7783    --enable-install-libiberty</userinput></screen>
  • BOOK/temp-system/mips64/gcc.xml

    rc636dee r7cd7f99  
    7171    xpointer="xpointer(//*[@os='h'])"/>
    7272
    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 \
    7783    --with-native-system-header-dir=/tools/include \
    7884    --enable-install-libiberty</userinput></screen>
  • BOOK/temp-system/multilib/binutils.xml

    rc636dee r7cd7f99  
    4545
    4646<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>
    5159
    5260    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/check.xml

    rc636dee r7cd7f99  
    3030    xpointer="xpointer(//*[@os='c'])"/>
    3131
    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>
    3437
    3538    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/file.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3134
    3235  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/flex.xml

    rc636dee r7cd7f99  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    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} \
    3942    --cache-file=config.cache</userinput></screen>
    4043
  • BOOK/temp-system/multilib/gcc.xml

    rc636dee r7cd7f99  
    7171    xpointer="xpointer(//*[@os='h'])"/>
    7272
    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 \
    7782    --with-native-system-header-dir=/tools/include \
    78     --disable-libssp --enable-install-libiberty</userinput></screen>
     83    --disable-libssp \
     84    --enable-install-libiberty</userinput></screen>
    7985
    8086    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/gmp.xml

    rc636dee r7cd7f99  
    4141    xpointer="xpointer(//*[@os='b'])"/>
    4242
    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>
    4650
    4751    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/isl.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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} \
    3133    --libdir=/tools/lib64</userinput></screen>
    3234
  • BOOK/temp-system/multilib/mpc.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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} \
    3133    --libdir=/tools/lib64</userinput></screen>
    3234
  • BOOK/temp-system/multilib/mpfr.xml

    rc636dee r7cd7f99  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    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} \
    3941    --libdir=/tools/lib64</userinput></screen>
    4042
  • BOOK/temp-system/multilib/ncurses.xml

    rc636dee r7cd7f99  
    3939    xpointer="xpointer(//*[@os='a'])"/>
    4040
    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>
    4651
    4752    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/util-linux.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3337
    3438    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/xz.xml

    rc636dee r7cd7f99  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    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>
    3234
    3335    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/zlib.xml

    rc636dee r7cd7f99  
    3131    xpointer="xpointer(//*[@os='a'])"/>
    3232
    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>
    3436
    3537    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/ppc64-64/gcc.xml

    rc636dee r7cd7f99  
    7171    xpointer="xpointer(//*[@os='h'])"/>
    7272
    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 \
    7682    --with-native-system-header-dir=/tools/include \
    7783    --enable-install-libiberty</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.