Ignore:
Timestamp:
04/02/2016 09:43:14 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b93a076
Parents:
c2dde9a
Message:

change the command explanations in GCC for the new switch "gcc4-compatible"
and change instructions to use an in-tree build directory

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17206 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    rc2dde9a r0e64979  
    169169    </para>
    170170
    171 <screen><userinput>mkdir ../gcc-build                                   &amp;&amp;
    172 cd    ../gcc-build                                   &amp;&amp;
    173 
    174 ../gcc-&gcc-version;/configure                               \
     171<screen><userinput>mkdir build                                          &amp;&amp;
     172cd    build                                          &amp;&amp;
     173
     174../configure                                         \
    175175    --prefix=/usr                                    \
    176176    --disable-multilib                               \
     
    198198    </para>
    199199
    200 <screen><userinput>../gcc-&gcc-version;/contrib/test_summary</userinput></screen>
     200<screen><userinput>../contrib/test_summary</userinput></screen>
    201201
    202202    <para>
     
    232232
    233233    <para>
    234       <command>mkdir ../gcc-build; cd ../gcc-build</command>: The
     234      <command>mkdir build; cd build</command>: The
    235235      <application>GCC</application> documentation recommends
    236236      building the package in a dedicated build directory.
     
    257257
    258258    <para>
    259       <option>--with-default-libstdcxx-abi=c++98</option>: Use this switch if you
    260       are upgrading from a <application>GCC</application> version prior to 5.1.0,
    261       and you do not want to recompile all the libraries written in C++.
     259      <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
     260      switch if you are upgrading from a <application>GCC</application>
     261      version prior to 5.1.0, and you do not want to recompile all the
     262      libraries written in C++.
    262263    </para>
    263264
     
    273274
    274275    <para>
    275       <command>../gcc-&gcc-version;/contrib/test_summary</command>: This
     276      <command>../contrib/test_summary</command>: This
    276277      command will produce a summary of the test suite results. You can append
    277278      <command>| grep -A7 Summ</command> to the command to produce an even more
Note: See TracChangeset for help on using the changeset viewer.