Changeset 0f18e26
- Timestamp:
- 08/18/2018 09:15:39 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2f461be
- Parents:
- d5d56e5
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc-ada.xml
rd5d56e5 r0f18e26 7 7 <!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz"> 8 8 <!ENTITY gcc-download-ftp "&gnu-ftp;/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.xz"> 9 <!ENTITY gcc-md5sum " be2da21680f27624f3a87055c4ba5af2">10 <!ENTITY gcc-size " 59MB">11 <!ENTITY gcc-ada-buildsize "6. 6 GB (1.6 GB addedif GNAT install dir is not removed)">12 <!ENTITY gcc-ada-time " 51 SBU (with tests and parallelism=4)">9 <!ENTITY gcc-md5sum "4ab282f414676496483b3e1793d07862"> 10 <!ENTITY gcc-size "61 MB"> 11 <!ENTITY gcc-ada-buildsize "6.3 GB (add 400 MB for tests, add 1.6 GB if GNAT install dir is not removed)"> 12 <!ENTITY gcc-ada-time "27 SBU (with parallelism=4, add 91 SBU for tests)"> 13 13 14 14 <!ENTITY gnat-download-http "https://libre.adacore.com/download/"> … … 70 70 <para> 71 71 If you want to install other compilers in the <application>GCC 72 </application> collection, do that first, or specify ada inthe73 <parameter>--enable-languages</parameter> switch to<command>72 </application> collection, simply add them to the 73 <parameter>--enable-languages</parameter> parameter for <command> 74 74 configure</command>. If you rebuild <application>GCC</application> 75 75 without enabling ada after running the instructions on this page, 76 the new compiler will not be able to compile ADA anymore. 76 the new compiler will not be able to compile ADA anymore. If you already 77 have ADA instaled, you do not need to use the istrucitons on this page, 78 simply add <parameter>ada</parameter> to the 79 <parameter>--enable-languages</parameter> parameter using the 80 instructions from <xref linkend="gcc"/>. 77 81 </para> 78 82 </note> … … 114 118 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 115 119 <note> 120 <!-- gnat-2018 uses graphical installer, stick to 2017 --> 116 121 <para> 117 122 You will need to install <application>GNAT</application> -
general/prog/gcc.xml
rd5d56e5 r0f18e26 7 7 <!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz"> 8 8 <!ENTITY gcc-download-ftp "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz"> 9 <!ENTITY gcc-md5sum " be2da21680f27624f3a87055c4ba5af2">10 <!ENTITY gcc-size " 59MB">11 <!ENTITY gcc-buildsize " 7.6 GB (withtests)">12 <!ENTITY gcc-time " 55 SBU (with tests and parallelism=4)">9 <!ENTITY gcc-md5sum "4ab282f414676496483b3e1793d07862"> 10 <!ENTITY gcc-size "61 MB"> 11 <!ENTITY gcc-buildsize "8.5 GB (an additonal 140MB for tests)"> 12 <!ENTITY gcc-time "29 SBU (with parallelism=4, an additional 106 SBU for tests with parallelism=1)"> 13 13 ]> 14 14 … … 35 35 following languages: C, C++, Fortran, Objective C, Objective C++, and Go. 36 36 One additional language, Ada, is available in the collection. It has 37 specific requirements, so it is described in a separate page (<xref 38 linkend="gcc-ada"/>). Since C and C++ are installed in LFS, this page is 39 either for upgrading C and C++, or for installing additional compilers. 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 added 39 here if you are performing a rebuild or upgrade. Since C and C++ are 40 installed in LFS, this page is either for upgrading C and C++, or for 41 installing additional compilers. 40 42 </para> 41 43 … … 264 266 This command identifies which languages to build. You may modify 265 267 this command to remove undesired languages. Two other languages can be 266 added, besides ADA , which is described on a separate page: BRIG (add268 added, besides ADA (see introduction above): BRIG (add 267 269 <parameter>brig</parameter> to the list of enabled languages), a binary 268 270 format for HSAIL (Heterogeneous System Architecture Intermediate 269 271 Language), and JIT (add <parameter>jit</parameter> to the list of enabled 270 languages), a library which can be linked into interpreters that 271 want to generate machine code <quote>on the fly</quote> at run-time. They272 have notbeen tested by the BLFS developers.272 languages), a library which can be linked into interpreters that want to 273 generate machine code <quote>on the fly</quote> at run-time. They have not 274 been tested by the BLFS developers. 273 275 </para> 274 276 -
introduction/welcome/changelog.xml
rd5d56e5 r0f18e26 43 43 --> 44 44 <listitem> 45 <para>August 16th, 2018</para> 46 <itemizedlist> 45 <para>August 18th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to gcc-8.2.0. Fixes 49 <ulink url="&blfs-ticket-root;10730">#10730</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[thomas] - Update to cmake-3.12.1. Fixes -
packages.ent
rd5d56e5 r0f18e26 315 315 <!ENTITY elfutils-version "0.170"> 316 316 <!ENTITY expect-version "5.45.4"> 317 <!ENTITY gcc-version "7.3.0"> 318 <!--<!ENTITY gcc-java-version "7.1.0">--> 319 <!ENTITY gcc-ada-version "7.3.0"> 317 <!ENTITY gcc-version "8.2.0"> 318 <!ENTITY gcc-ada-version "8.2.0"> 320 319 <!ENTITY gc-version "7.6.4"> 321 320 <!ENTITY gdb-version "8.1">
Note:
See TracChangeset
for help on using the changeset viewer.