Changeset 0a4d6ef0


Ignore:
Timestamp:
03/13/2019 11:07:46 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
2d4f7ec0
Parents:
63256d93
Message:

Archive gcc-ada

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r63256d93 r0a4d6ef0  
    3434      Collection. This page describes the installation of compilers for the
    3535      following languages: C, C++, Fortran, Objective C, Objective C++, and Go.
    36       One additional language, Ada, is available in the collection. It has
     36      <!--One additional language, Ada, is available in the collection. It has
    3737      a binary bootstrap requirement for the first installation, so it is
    38       described on a separate page (<xref linkend="gcc-ada"/>), but can be added
     38      described on a separate page (<xref linkend="gcc-ada"/>) but can be added
    3939      here if you are performing a rebuild or upgrade. Since C and C++ are
    4040      installed in LFS, this page is  either for upgrading C and C++, or for
    41       installing additional compilers.
     41      installing additional compilers.-->
    4242    </para>
    4343
  • general/prog/prog.xml

    r63256d93 r0a4d6ef0  
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    3838<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-java.xml"/>-->
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-ada.xml"/>
     39<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-ada.xml"/> -->
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gc.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdb.xml"/>
  • introduction/welcome/changelog.xml

    r63256d93 r0a4d6ef0  
    4646      <para>March 13th, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Archive gcc-ada</para>
     50        </listitem>
    4851        <listitem>
    4952          <para>[bdubbs] - Update to gtk+3-3.24.7. Fixes
  • packages.ent

    r63256d93 r0a4d6ef0  
    321321<!ENTITY expect-version               "5.45.4">
    322322<!ENTITY gcc-version                  "8.3.0">
    323 <!ENTITY gcc-ada-version              "8.3.0">
     323<!--<!ENTITY gcc-ada-version              "8.3.0">-->
    324324<!ENTITY gc-version                   "8.0.2">
    325325<!ENTITY gdb-version                  "8.2.1">
Note: See TracChangeset for help on using the changeset viewer.