Changeset 0a4d6ef0
- Timestamp:
- 03/13/2019 11:07:46 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2d4f7ec0
- Parents:
- 63256d93
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc.xml
r63256d93 r0a4d6ef0 34 34 Collection. This page describes the installation of compilers for the 35 35 following languages: C, C++, Fortran, Objective C, Objective C++, and Go. 36 One additional language, Ada, is available in the collection. It has36 <!--One additional language, Ada, is available in the collection. It has 37 37 a binary bootstrap requirement for the first installation, so it is 38 described on a separate page (<xref linkend="gcc-ada"/>) ,but can be added38 described on a separate page (<xref linkend="gcc-ada"/>) but can be added 39 39 here if you are performing a rebuild or upgrade. Since C and C++ are 40 40 installed in LFS, this page is either for upgrading C and C++, or for 41 installing additional compilers. 41 installing additional compilers.--> 42 42 </para> 43 43 -
general/prog/prog.xml
r63256d93 r0a4d6ef0 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/> 38 38 <!-- <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"/> --> 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gc.xml"/> 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdb.xml"/> -
introduction/welcome/changelog.xml
r63256d93 r0a4d6ef0 46 46 <para>March 13th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Archive gcc-ada</para> 50 </listitem> 48 51 <listitem> 49 52 <para>[bdubbs] - Update to gtk+3-3.24.7. Fixes -
packages.ent
r63256d93 r0a4d6ef0 321 321 <!ENTITY expect-version "5.45.4"> 322 322 <!ENTITY gcc-version "8.3.0"> 323 <! ENTITY gcc-ada-version "8.3.0">323 <!--<!ENTITY gcc-ada-version "8.3.0">--> 324 324 <!ENTITY gc-version "8.0.2"> 325 325 <!ENTITY gdb-version "8.2.1">
Note:
See TracChangeset
for help on using the changeset viewer.