Changeset 0f48af0b for BOOK/cross-tools


Ignore:
Timestamp:
Jul 13, 2011, 11:52:21 AM (13 years ago)
Author:
Jonathan Norman <jonathan@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0aee8d3
Parents:
9fb94bf
Message:

Added GCC Mips fix patch to Mip64 and Mips64-64

Location:
BOOK/cross-tools
Files:
2 added
3 edited

Legend:

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

    r9fb94bf r0f48af0b  
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    3232
    33 
    3433    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3534    href="gcc-static.xml"
     
    3938    href="gcc-static.xml"
    4039    xpointer="xpointer(//*[@os='ab'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     42    href="gcc-static.xml"
     43    xpointer="xpointer(//*[@os='f1'])"/>
     44   
     45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     46    href="gcc-static.xml"
     47    xpointer="xpointer(//*[@os='f2'])"/>
    4148
    4249    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7582  --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
    7683  --with-ppl=/cross-tools --with-cloog=/cross-tools \
    77   --enable-long-long --enable-threads=posix --with-abi=64</userinput></screen>
     84  --enable-long-long --enable-threads=posix --with-abi=64\
     85  --disable-multilib</userinput></screen>
    7886
    7987    <variablelist os="bg">
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    r9fb94bf r0f48af0b  
    3939    href="../64/gcc-static.xml"
    4040    xpointer="xpointer(//*[@os='ab'])"/>
     41
     42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     43    href="../mips/gcc-static.xml"
     44    xpointer="xpointer(//*[@os='f1'])"/>
     45   
     46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     47    href="../mips/gcc-static.xml"
     48    xpointer="xpointer(//*[@os='f2'])"/>
    4149
    4250    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    8492  --without-headers --with-newlib --disable-decimal-float \
    8593  --disable-libgomp --disable-libmudflap --disable-libssp \
    86   --disable-threads --enable-languages=c --with-abi=64</userinput></screen>
     94  --disable-threads --enable-languages=c --with-abi=64\
     95  --disable-multilib</userinput></screen>
    8796
    8897    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/mips64-chapter.xml

    r9fb94bf r0f48af0b  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog-ppl.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-static.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/gcc-static.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/eglibc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/eglibc-n32.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/eglibc-64bit.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-final.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/gcc-final.xml"/>
    3333
    3434</chapter>
Note: See TracChangeset for help on using the changeset viewer.