Ignore:
Timestamp:
05/07/2016 01:40:16 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
37191af
Parents:
92ada82
Message:

Sync to trunk r17213
Added entity for GNOME-3.20

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17328 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r92ada82 r54aaa89  
    237237    </para>
    238238
    239 <screen><userinput>mkdir ../gcc-build &amp;&amp;
    240 cd    ../gcc-build &amp;&amp;
    241 
    242 ../gcc-&gcc-ada-version;/configure          \
     239<screen><userinput>mkdir build &amp;&amp;
     240cd     build &amp;&amp;
     241
     242../configure                    \
    243243    --prefix=/usr               \
    244244    --disable-multilib          \
     
    266266    </para>
    267267
    268 <screen><userinput>../gcc-&gcc-ada-version;/contrib/test_summary</userinput></screen>
     268<screen><userinput>../contrib/test_summary</userinput></screen>
    269269
    270270    <para>
     
    302302
    303303    <para>
    304       <command>mkdir ../gcc-build; cd ../gcc-build</command>: The
     304      <command>mkdir build; cd build</command>: The
    305305      <application>GCC</application> documentation recommends
    306306      building the package in a dedicated build directory.
     
    328328
    329329    <para>
    330       <option>--with-default-libstdcxx-abi=c++98</option>: Use this switch if you
    331       are building <application>GNAT</application> tools using a
    332       <application>GCC</application> version prior to 5.1.0,
     330      <option>--with-default-libstdcxx-abi=gcc4-compatible</option>:
     331      Use this switch if you are building <application>GNAT</application>
     332      tools using a <application>GCC</application> version prior to 5.1.0,
    333333      and you do not want to recompile all the libraries written in C++.
    334334    </para>
     
    345345
    346346    <para>
    347       <command>../gcc-&gcc-ada-version;/contrib/test_summary</command>: This
     347      <command>../contrib/test_summary</command>: This
    348348      command will produce a summary of the test suite results. You can append
    349349      <command>| grep -A7 Summ</command> to the command to produce an even more
Note: See TracChangeset for help on using the changeset viewer.