Ignore:
Timestamp:
Aug 27, 2008, 4:51:20 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ddbac3c
Parents:
5df4d80
Message:

Upgrade to GCC 4.3.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    r5df4d80 r6a043e2  
    2424    and no Threads</title>
    2525
    26 <!--
    27     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    28     href="../common/gcc-static.xml"
    29     xpointer="xpointer(//*[@os='p1'])"/>
    30 
    31     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    32     href="../common/gcc-static.xml"
    33     xpointer="xpointer(//*[@os='p2'])"/>
    34 -->
    35 
    3626    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3727    href="../common/gcc-static.xml"
     
    4939    href="../common/gcc-static.xml"
    5040    xpointer="xpointer(//*[@os='ad'])"/>
    51 
    52     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    53     href="../common/gcc-static.xml"
    54     xpointer="xpointer(//*[@os='ae'])"/>
    55 
    56     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="../common/gcc-static.xml"
    58     xpointer="xpointer(//*[@os='af'])"/>
    5941
    6042    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8668    xpointer="xpointer(//*[@os='h'])"/>
    8769
    88 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    89     --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-mutlilib \
    90     --with-local-prefix=/tools --disable-nls --disable-shared \
    91     --disable-threads --enable-languages=c --with-abi=64</userinput></screen>
     70<screen os="al"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     71    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     72    --disable-mutlilib --with-local-prefix=/tools --disable-nls \
     73    --without-headers --with-newlib --disable-decimal-float \
     74    --disable-libgomp --disable-libmudflap --disable-libssp \
     75    --disable-shared  --disable-threads --enable-languages=c \
     76    --with-abi=64</userinput></screen>
    9277
    9378    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.