Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (13 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f7b2c72
Parents:
0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git.cross-lfs.org:cross-lfs

Location:
BOOK/cross-tools/multilib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/multilib/binutils.xml

    r0cce40d r73ace20  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../final-system/common/binutils.xml"
     31    xpointer="xpointer(//*[@os='p1'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../../final-system/common/binutils.xml"
     35    xpointer="xpointer(//*[@os='p2'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3038    href="../common/binutils.xml"
    3139    xpointer="xpointer(//*[@os='g'])"/>
     
    4250  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    4351  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
    44   --enable-64-bit-bfd</userinput></screen>
     52  --disable-static --enable-64-bit-bfd</userinput></screen>
    4553
    4654    <variablelist os="bd">
  • BOOK/cross-tools/multilib/eglibc-64bit.xml

    r0cce40d r73ace20  
    6565    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    6666    --disable-profile --enable-add-ons \
    67     --with-tls --enable-kernel=2.6.0 --with-__thread \
     67    --with-tls --enable-kernel=2.6.32 --with-__thread \
    6868    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6969    --cache-file=config.cache</userinput></screen>
     
    117117    xpointer="xpointer(//*[@os='dn'])"/>
    118118
     119    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     120    href="../../final-system/common/eglibc.xml"
     121    xpointer="xpointer(//*[@os='ra'])"/>
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124    href="../common/eglibc.xml"
     125    xpointer="xpointer(//*[@os='rb'])"/>
     126
    119127  </sect2>
    120128
  • BOOK/cross-tools/multilib/eglibc.xml

    r0cce40d r73ace20  
    6060    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    6161    --disable-profile --enable-add-ons \
    62     --with-tls --enable-kernel=2.6.0 --with-__thread \
     62    --with-tls --enable-kernel=2.6.32 --with-__thread \
    6363    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6464    --cache-file=config.cache</userinput></screen>
  • BOOK/cross-tools/multilib/gcc-final.xml

    r0cce40d r73ace20  
    7171  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    7272  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    73   --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    74   --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
    75   --with-ppl=/cross-tools --with-cloog=/cross-tools \
    76   --enable-long-long --enable-threads=posix</userinput></screen>
     73  --enable-shared --disable-static --enable-languages=c,c++ \
     74  --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     75  --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \
     76  --enable-long-long --enable-threads=posix --enable-cloog-backend=isl</userinput></screen>
    7777
    7878    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/multilib/gcc-static.xml

    r0cce40d r73ace20  
    8080  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8181  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    82   --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    83   --with-ppl=/cross-tools --with-cloog=/cross-tools \
     82  --disable-shared --disable-static --with-mpfr=/cross-tools \
     83  --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \
    8484  --without-headers --with-newlib --disable-decimal-float \
    8585  --disable-libgomp --disable-libmudflap --disable-libssp \
    86   --disable-threads --enable-languages=c</userinput></screen>
     86  --disable-threads --enable-languages=c --enable-cloog-backend=isl</userinput></screen>
    8787
    8888    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.