Ignore:
Timestamp:
Feb 21, 2006, 1:17:35 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4dea801f
Parents:
578c75fc
Message:

r760@server (orig r758): jim | 2005-11-27 11:36:54 -0800

r794@server: jim | 2005-11-27 11:33:52 -0800
Added: TODO list


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/mips64-64/gcc.xml

    r578c75fc r1b823a37  
    3030    xpointer="xpointer(//*[@os='p2'])"/>
    3131
    32     <para os="ma">The following patch ensures that TLS is utilized by GCC
    33     for MIPS:</para>
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../mips/gcc.xml"
     34    xpointer="xpointer(//*[@os='ma'])"/>
    3435
    35 <screen os="mb"><userinput>patch -Np1 -i ../&gcc-mips_tls-patch;</userinput></screen>
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../mips/gcc.xml"
     38    xpointer="xpointer(//*[@os='mb'])"/>
    3639
    3740    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5558    xpointer="xpointer(//*[@os='h'])"/>
    5659
    57 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
    58     --libexecdir=/usr/lib --enable-shared --enable-threads=posix --with-abi=64 \
    59     --enable-__cxa_atexit --enable-c99 --enable-long-long \
    60     --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
     60<screen os="i"><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
     61    --libexecdir=/usr/lib --enable-shared --enable-threads=posix \
     62    --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \
     63    --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
     64    --disable-multilib</userinput></screen>
    6165
    6266   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.