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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/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-cloog-backend=isl --enable-long-long --enable-threads=posix \
    77   --disable-multilib</userinput></screen>
     60  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
     61  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
     62  --with-gmp=/cross-tools  --with-cloog=/cross-tools \
     63  --enable-cloog-backend=isl   --with-system-zlib \
     64  --disable-cloog-version-check --enable-checking=release \
     65  --enable-libstdcxx-time</userinput></screen>
    7866
    7967    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.