Ignore:
Timestamp:
Feb 21, 2006, 1:17:35 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
12a457e
Parents:
f05fd1d
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
  • BOOK/temp-system/mips64/gcc.xml

    rf05fd1d rd55f00bc  
    107107    xpointer="xpointer(//*[@os='h'])"/>
    108108
    109 <screen><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     109<screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    110110    ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \
    111     --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     111    --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} --with-abi=64 \
    112112    --libexecdir=/tools/lib64 --with-local-prefix=/tools --enable-long-long \
    113113    --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
     
    118118    xpointer="xpointer(//*[@os='dc'])"/>
    119119
    120     <para>Compile the package:</para>
     120    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     121    href="../x86/gcc.xml"
     122    xpointer="xpointer(//*[@os='cm'])"/>
    121123
    122 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
    123 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
     124    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     125    href="../x86/gcc.xml"
     126    xpointer="xpointer(//*[@os='cn'])"/>
    124127
    125     <para>Install the package:</para>
     128    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     129    href="../x86/gcc.xml"
     130    xpointer="xpointer(//*[@os='co'])"/>
    126131
    127 <screen><userinput>make install</userinput></screen>
     132    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     133    href="../x86/gcc.xml"
     134    xpointer="xpointer(//*[@os='cp'])"/>
    128135
    129136    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    131138    xpointer="xpointer(//*[@os='w'])"/>
    132139
    133 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
     140    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     141    href="../x86/gcc.xml"
     142    xpointer="xpointer(//*[@os='cq'])"/>
    134143
    135144  </sect2>
Note: See TracChangeset for help on using the changeset viewer.