Changeset 4c22625
- Timestamp:
- 05/10/2020 01:26:49 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 725343af
- Parents:
- 110854d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r110854d r4c22625 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 9th, &year;">9 <!ENTITY releasedate "May 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gcc.xml
r110854d r4c22625 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 " d00a144b771ddeb021b61aa205b7e345">10 <!ENTITY gcc-size " 67MB">11 <!ENTITY gcc-buildsize " 9.9 GB (2.5 GB installed with all listed languages; add 1.0GB for tests)">12 <!ENTITY gcc-time "24 SBU (with parallelism=4, add 48SBU for tests with parallelism=4)">9 <!ENTITY gcc-md5sum "7d48e00245330c48b670ec9a2c518291"> 10 <!ENTITY gcc-size "71 MB"> 11 <!ENTITY gcc-buildsize "11 GB (2.8 GB installed with all listed languages; add 1.2 GB for tests)"> 12 <!ENTITY gcc-time "24 SBU (with parallelism=4, add 52 SBU for tests with parallelism=4)"> 13 13 ]> 14 14 … … 203 203 the <application>GCC</application> part of the testsuite will run more 204 204 tests than in LFS. Some of those will report FAIL and others XPASS 205 (pass when expected to FAIL). As of gcc- 9.2.0, about 100 FAIL occur205 (pass when expected to FAIL). As of gcc-10.1.0, about 90 FAIL occur 206 206 in the <quote>guality</quote> suite, as well as miscellaneous failures 207 207 throughout the rest of the test suite. If all the compilers above are 208 built, there will be slightly over 120 unexpected failures out of over209 390,000 tests. To run the tests, issue:208 built, there will be around 100 unexpected failures out of over 209 468,000 tests. To run the tests, issue: 210 210 </para> 211 211 … … 355 355 <seglistitem> 356 356 <seg> 357 gccgo, g o, gofmt, gdc and gfortran, hard-linked to architecture357 gccgo, gdc, gfortran, go, and gofmt, hard-linked to architecture 358 358 specific names 359 359 </seg> -
introduction/welcome/changelog.xml
r110854d r4c22625 43 43 --> 44 44 <listitem> 45 <para>May 10th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to gcc-10.1.0. Partially fixes 49 <ulink url="&blfs-ticket-root;13511">#13511</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>May 9th, 2020</para> 46 56 <itemizedlist> -
packages.ent
r110854d r4c22625 328 328 <!ENTITY elfutils-version "0.170"> 329 329 <!ENTITY expect-version "5.45.4"> 330 <!ENTITY gcc-version " 9.3.0">330 <!ENTITY gcc-version "10.1.0"> 331 331 <!ENTITY gc-version "8.0.4"> 332 332 <!ENTITY gdb-version "9.1">
Note:
See TracChangeset
for help on using the changeset viewer.