Changeset 3b187ea
- Timestamp:
- 08/20/2019 11:51:01 AM (4 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:
- cdbf1b46
- Parents:
- 815f8eff
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r815f8eff r3b187ea 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 19th, &year;">9 <!ENTITY releasedate "August 20th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gcc.xml
r815f8eff r3b187ea 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 " 6069ae3737cf02bf2cb44a391ef0e937">9 <!ENTITY gcc-md5sum "3818ad8600447f05349098232c2ddc78"> 10 10 <!ENTITY gcc-size "67 MB"> 11 <!ENTITY gcc-buildsize "9. 2 GB (2.1 GB installed with all listed languages; add 823MB for tests)">12 <!ENTITY gcc-time "2 4 SBU (with parallelism=4, add 51SBU for tests with parallelism=4)">11 <!ENTITY gcc-buildsize "9.9 GB (2.4 GB installed with all listed languages; add 930 MB for tests)"> 12 <!ENTITY gcc-time "25 SBU (with parallelism=4, add 62 SBU for tests with parallelism=4)"> 13 13 ]> 14 14 … … 42 42 </para> 43 43 44 &lfs 84_checked;44 &lfs90_checked; 45 45 46 46 <caution> … … 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- 8.3.0, the -flto suite206 i s known to fail, as well as miscellaneous failures throughout the rest207 of the test suite. If all the compilers below are built, there will be208 slightly over 100 failures out of over 360,000 tests.209 To run the tests, issue:205 (pass when expected to FAIL). As of gcc-9.2.0, about 100 FAIL occur 206 in the <quote>guality</quote> suite, as well as miscellaneous failures 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 over 209 390,000 tests. To run the tests, issue: 210 210 </para> 211 211 -
introduction/welcome/changelog.xml
r815f8eff r3b187ea 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>August 20th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Update to GCC-9.2.0. Fixes 50 <ulink url="&blfs-ticket-root;12392">#12392</ulink></para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 44 54 45 55 <listitem> -
packages.ent
r815f8eff r3b187ea 319 319 <!ENTITY elfutils-version "0.170"> 320 320 <!ENTITY expect-version "5.45.4"> 321 <!ENTITY gcc-version "9. 1.0">321 <!ENTITY gcc-version "9.2.0"> 322 322 <!ENTITY gc-version "8.0.4"> 323 323 <!ENTITY gdb-version "8.3">
Note:
See TracChangeset
for help on using the changeset viewer.