Changeset adbf61f


Ignore:
Timestamp:
06/24/2019 08:51:55 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0f1cd72e
Parents:
527f3db
Message:

Add D to supported languages

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r527f3db radbf61f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 22nd, &year;">
     9<!ENTITY releasedate  "June 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gcc.xml

    r527f3db radbf61f  
    188188esac
    189189
    190 mkdir build                                          &amp;&amp;
    191 cd    build                                          &amp;&amp;
    192 
    193 ../configure                                         \
    194     --prefix=/usr                                    \
    195     --disable-multilib                               \
    196     --disable-libmpx                                 \
    197     --with-system-zlib                               \
    198     --enable-languages=c,c++,fortran,go,objc,obj-c++ &amp;&amp;
     190mkdir build                                            &amp;&amp;
     191cd    build                                            &amp;&amp;
     192
     193../configure                                           \
     194    --prefix=/usr                                      \
     195    --disable-multilib                                 \
     196    --disable-libmpx                                   \
     197    --with-system-zlib                                 \
     198    --enable-languages=c,c++,d,fortran,go,objc,obj-c++ &amp;&amp;
    199199make</userinput></screen>
    200200
     
    275275
    276276    <para>
    277       <parameter>--enable-languages=c,c++,fortran,go,objc,obj-c++</parameter>:
     277      <parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>:
    278278      This command identifies which languages to build. You may modify
    279279      this command to remove undesired languages. Two other languages can be
     
    349349      <seglistitem>
    350350        <seg>
    351           gccgo, go, gofmt, and gfortran, hard-linked to architecture specific
    352           names
     351          gccgo, go, gofmt, gdc and gfortran, hard-linked to architecture
     352          specific names
    353353        </seg>
    354354        <seg>
    355355          libgfortran.{so,a},
     356          libgdruntime.{so,a}, libgphobos.{so,a}
    356357          libgo.{so,a}, libgobegin.a, libgolibbegin.a,
    357358          libobjc.{so,a}, and numerous other run-time libraries and executables
     
    405406      </varlistentry>
    406407
     408      <varlistentry id="gdc">
     409        <term><command>gdc</command></term>
     410        <listitem>
     411          <para>
     412            is a GCC-based compiler for the <application>D</application>
     413            language.
     414          </para>
     415          <indexterm zone="gcc gdc">
     416            <primary sortas="b-gdc">gdc</primary>
     417          </indexterm>
     418        </listitem>
     419      </varlistentry>
     420
    407421      <varlistentry id="gfortran">
    408422        <term><command>gfortran</command></term>
Note: See TracChangeset for help on using the changeset viewer.