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
  • temp-system/mips/gcc.xml

    r578c75fc r1b823a37  
    9999    xpointer="xpointer(//*[@os='h'])"/>
    100100
    101 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    102     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
    103     --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
    104     --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    105     --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
    106 
    107101    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    108102    href="../x86/gcc.xml"
    109103    xpointer="xpointer(//*[@os='ck'])"/>
    110104
    111     <para>Compile the package:</para>
     105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     106    href="../x86/gcc.xml"
     107    xpointer="xpointer(//*[@os='cl'])"/>
    112108
    113 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \
     109    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     110    href="../x86/gcc.xml"
     111    xpointer="xpointer(//*[@os='cm'])"/>
     112
     113<screen os="cn"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \
    114114AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
    115115
    116     <para>Install the package:</para>
     116    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     117    href="../x86/gcc.xml"
     118    xpointer="xpointer(//*[@os='co'])"/>
    117119
    118 <screen><userinput>make install</userinput></screen>
     120    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     121    href="../x86/gcc.xml"
     122    xpointer="xpointer(//*[@os='cp'])"/>
    119123
    120124    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    122126    xpointer="xpointer(//*[@os='w'])"/>
    123127
    124 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
     128    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     129    href="../x86/gcc.xml"
     130    xpointer="xpointer(//*[@os='cq'])"/>
    125131
    126132  </sect2>
Note: See TracChangeset for help on using the changeset viewer.