Changeset f95f4ed1


Ignore:
Timestamp:
09/01/2018 10:33:23 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
8.3
Parents:
130257a1
Message:

Corrections for BLFS 8.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/tags/8.3@20441 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc-ada.xml

    r130257a1 rf95f4ed1  
    7575        without enabling ada after running the instructions on this page,
    7676        the new compiler will not be able to compile ADA anymore. If you already
    77         have ADA instaled, you do not need to use the istrucitons on this page,
     77        have ADA instaled, you do not need to use the instructions on this page,
    7878        simply add <parameter>ada</parameter> to the
    7979        <parameter>--enable-languages</parameter> parameter using the
     
    255255    --prefix=/usr          \
    256256    --disable-multilib     \
     257    --disable-libmpx       \
    257258    --with-system-zlib     \
    258259    --enable-languages=ada &amp;&amp;
  • general/prog/gcc.xml

    r130257a1 rf95f4ed1  
    187187    --prefix=/usr                                    \
    188188    --disable-multilib                               \
     189    --disable-libmpx                                 \
    189190    --with-system-zlib                               \
    190191    --enable-languages=c,c++,fortran,go,objc,obj-c++ &amp;&amp;
  • introduction/welcome/credits.xml

    r130257a1 rf95f4ed1  
    3131      <listitem><para>DJ Lucas               </para></listitem>
    3232      <listitem><para>Ken Moffat             </para></listitem>
     33      <listitem><para>Douglas Reno           </para></listitem>
    3334
    3435    </itemizedlist>
     
    7778      <listitem><para>Olivier Peres       </para></listitem>
    7879      <listitem><para>Andreas Pedersen    </para></listitem>
    79       <listitem><para>Douglas Reno        </para></listitem>
    8080      <listitem><para>Henning Rohde       </para></listitem>
    8181      <listitem><para>Matt Rogers         </para></listitem>
Note: See TracChangeset for help on using the changeset viewer.