Ignore:
Timestamp:
Jun 3, 2013, 12:50:47 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
fd7a9f3
Parents:
578cf221
Message:

Update to gcc 4.8.0.

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

Legend:

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

    r578cf221 r4dbd276  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="gcc-static.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="gcc-static.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="gcc-static.xml"
    3527    xpointer="xpointer(//*[@os='aa'])"/>
    3628
     
    4941    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5042    href="gcc-static.xml"
    51     xpointer="xpointer(//*[@os='ai'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="gcc-static.xml"
    55     xpointer="xpointer(//*[@os='aj'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="gcc-static.xml"
    5943    xpointer="xpointer(//*[@os='f'])"/>
    6044
     
    7054  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    7155  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    72   --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
     56  --with-sysroot=${CLFS} --with-local-prefix=/tools \
     57  --with-native-system-header-dir=/tools/include --disable-nls \
     58  --with-sysroot=/mnt/clfs --with-local-prefix=/tools --disable-nls \
    7359  --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>
     60  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
     61  --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     62  --with-cloog=/cross-tools --enable-cloog-backend=isl --with-system-zlib \
     63  --disable-cloog-version-check --enable-checking=release \
     64  --enable-libstdcxx-time</userinput></screen>
    7765
    7866    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/multilib/gcc-static.xml

    r578cf221 r4dbd276  
    2626    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2727    href="../common/gcc-static.xml"
    28     xpointer="xpointer(//*[@os='p1'])"/>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    31     href="../common/gcc-static.xml"
    32     xpointer="xpointer(//*[@os='p2'])"/>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    35     href="../common/gcc-static.xml"
    3628    xpointer="xpointer(//*[@os='aa'])"/>
    3729
     
    4739    href="../common/gcc-static.xml"
    4840    xpointer="xpointer(//*[@os='ah'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    51     href="../common/gcc-static.xml"
    52     xpointer="xpointer(//*[@os='ai'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    55     href="../common/gcc-static.xml"
    56     xpointer="xpointer(//*[@os='aj'])"/>
    5741
    5842    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7963  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    8064  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    81   --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    82   --disable-shared --with-mpfr=/cross-tools \
    83   --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \
    84   --without-headers --with-newlib --disable-decimal-float \
    85   --disable-libgomp --disable-libmudflap --disable-libssp \
    86   --disable-threads --enable-languages=c --enable-cloog-backend=isl</userinput></screen>
     65  --with-sysroot=${CLFS} --with-local-prefix=/tools \
     66  --with-native-system-header-dir=/tools/include --disable-nls \
     67  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     68  --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \
     69  --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \
     70  --disable-libssp --disable-threads --disable-libatomic --disable-libitm \
     71  --disable-libsanitizer --disable-libquadmath --disable-target-libiberty \
     72  --disable-target-zlib --with-system-zlib --enable-cloog-backend=isl \
     73  --disable-cloog-version-check --enable-languages=c --enable-checking=release</userinput></screen>
    8774
    8875    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.