Changeset fa200b8


Ignore:
Timestamp:
07/07/2014 09:52:54 AM (10 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, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d69b726
Parents:
c67c630
Message:

Try to improve English in GCC pages

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

Location:
general/prog
Files:
3 edited

Legend:

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

    rc67c630 rfa200b8  
    261261
    262262    <para>
    263       <parameter>--with-system-zlib</parameter>: allows to use the system
     263      <parameter>--with-system-zlib</parameter>: Uses the system
    264264      <application>zlib</application> instead of the bundled one.
    265265      <application>zlib</application> is used for compressing
     
    269269
    270270    <para>
    271       <parameter>--enable-languages=ada</parameter>: instructs
    272       the build system to build the Ada tools and compiler. Note that
    273       the C and C++ compilers are also built.
     271      <parameter>--enable-languages=ada</parameter>: Instructs the build system
     272      to build the Ada tools and compiler. It is unavoidable that the
     273      <application>C</application> and <application>C++</application>
     274      compilers be built too.
    274275    </para>
    275276
  • general/prog/gcc-java.xml

    rc67c630 rfa200b8  
    221221
    222222    <para>
    223       <parameter>--with-system-zlib</parameter>: Allows to use the system
     223      <parameter>--with-system-zlib</parameter>: Uses the system
    224224      <application>zlib</application> instead of the bundled one.
    225225    </para>
     
    233233
    234234    <para>
    235       <parameter>--enable-java-home</parameter>: Allows to create a directory
     235      <parameter>--enable-java-home</parameter>: Creates a directory
    236236      layout similar to that of a JVM.
    237237    </para>
    238238
    239239    <para>
    240       <parameter>--with-jvm-root-dir=/opt/gcj</parameter>: Allows to install
     240      <parameter>--with-jvm-root-dir=/opt/gcj</parameter>: Installs
    241241      the JVM in the specified location.
    242242    </para>
  • general/prog/gcc.xml

    rc67c630 rfa200b8  
    217217
    218218    <para>
    219       <parameter>--with-system-zlib</parameter>: allows to use the system
     219      <parameter>--with-system-zlib</parameter>: Uses the system
    220220      <application>zlib</application> instead of the bundled one.
    221221      <application>zlib</application> is used for compressing
Note: See TracChangeset for help on using the changeset viewer.