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


Location:
BOOK/cross-tools/x86
Files:
2 edited

Legend:

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

    rf05fd1d rd55f00bc  
    8585    xpointer="xpointer(//*[@os='h'])"/>
    8686
    87 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     87<screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    8888    --target=${LFS_TARGET} --host=${LFS_HOST} --disable-multilib \
    8989    --with-local-prefix=/tools --disable-nls --enable-shared \
     
    9191    --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
    9292
    93     <variablelist os="bf">
     93    <variablelist os="bg">
    9494      <title>The meaning of the new configure options:</title>
    9595
    96       <varlistentry os="bf1">
     96      <varlistentry os="bg1">
    9797        <term><parameter>--enable-languages=c,c++</parameter></term>
    9898        <listitem>
     
    101101      </varlistentry>
    102102
    103       <varlistentry os="bf2">
     103      <varlistentry os="bg2">
    104104        <term><parameter>--enable-__cxa_atexit</parameter></term>
    105105        <listitem>
     
    112112      </varlistentry>
    113113
    114       <varlistentry os="bf3">
     114      <varlistentry os="bg3">
    115115        <term><parameter>--enable-c99</parameter></term>
    116116        <listitem>
     
    119119      </varlistentry>
    120120
    121       <varlistentry os="bf4">
     121      <varlistentry os="bg4">
    122122        <term><parameter>--enable-long-long</parameter></term>
    123123        <listitem>
     
    126126      </varlistentry>
    127127
    128       <varlistentry os="bf5">
     128      <varlistentry os="bg5">
    129129        <term><parameter>--enable-threads=posix</parameter></term>
    130130        <listitem>
     
    135135    </variablelist>
    136136
    137     <para>Continue with compiling the package:</para>
     137    <para os="bh">Continue with compiling the package:</para>
    138138
    139 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
     139<screen os="bi"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
    140140LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
    141141
    142     <para>Install the package:</para>
     142    <para os="bj">Install the package:</para>
    143143
    144 <screen><userinput>make install</userinput></screen>
     144<screen os="bk"><userinput>make install</userinput></screen>
    145145
    146146  </sect2>
  • BOOK/cross-tools/x86/gcc-static.xml

    rf05fd1d rd55f00bc  
    7272    xpointer="xpointer(//*[@os='h'])"/>
    7373
    74 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
     74<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    7575    --host=${LFS_HOST} --target=${LFS_TARGET} \
    7676    --with-local-prefix=/tools --disable-nls --disable-shared \
    7777    --disable-threads --enable-languages=c</userinput></screen>
    7878
    79     <variablelist os="al">
     79    <variablelist os="am">
    8080      <title>The meaning of the configure options:</title>
    8181
     
    117117    </variablelist>
    118118
    119     <para>Continue with compiling the package:</para>
     119    <para os="an">Continue with compiling the package:</para>
    120120
    121 <screen><userinput>make all-gcc</userinput></screen>
     121<screen os="ao"><userinput>make all-gcc</userinput></screen>
    122122
    123     <para>Install the package:</para>
     123    <para os="ap">Install the package:</para>
    124124
    125 <screen><userinput>make install-gcc</userinput></screen>
     125<screen os="aq"><userinput>make install-gcc</userinput></screen>
    126126
    127127  </sect2>
Note: See TracChangeset for help on using the changeset viewer.