Changeset a7e88c5c
- Timestamp:
- 03/13/2019 05:04:02 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- d3207212
- Parents:
- 87cfb74
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r87cfb74 ra7e88c5c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 2"> <!-- Always 2 digits -->3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- 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 "March 1 2th, &year;">9 <!ENTITY releasedate "March 13th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gcc-ada.xml
r87cfb74 ra7e88c5c 9 9 <!ENTITY gcc-md5sum "4ab282f414676496483b3e1793d07862"> 10 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 11 <!ENTITY gcc-ada-buildsize "7.0 GB (add 369 MB for tests, add 1.6 GB if GNAT install dir is not removed)"> 12 <!ENTITY gcc-ada-time "25 SBU (with parallelism=4, add 92 SBU for tests)"> 13 14 <!-- Keeping these the same because the new GNAT binary for x86_64 15 Requires Qt4 and a GUI to install. The i686 one is being tested 16 seperately from this update.--> 14 17 <!ENTITY gnat-download-http "https://libre.adacore.com/download/"> 15 18 <!ENTITY gnat-64-download-http "http://mirrors.cdn.adacore.com/art/591c6d80c7a447af2deed1d7"> … … 178 181 </para> 179 182 183 <bridgehead renderas="sect4">Optional</bridgehead> 184 <para role="optional"> 185 <xref linkend="gdb"/> and 186 <xref linkend="valgrind"/> (for tests) 187 </para> 188 180 189 <para condition="html" role="usernotes">User Notes: 181 190 <ulink url="&blfs-wiki;/gcc-ada"/></para> … … 339 348 </para> 340 349 350 <!-- Unlike standard GCC, removing this could break compatibility 351 with the GNAT binary for i686 because it uses gcc-4.7.3 in the 352 binary. Leave it alone until tested. --> 341 353 <para> 342 354 <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this -
general/prog/gcc.xml
r87cfb74 ra7e88c5c 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 " 4ab282f414676496483b3e1793d07862">9 <!ENTITY gcc-md5sum "65b210b4bfe7e060051f799e0f994896"> 10 10 <!ENTITY gcc-size "61 MB"> 11 <!ENTITY gcc-buildsize "8.5 GB (an additonal 140MB for tests)">12 <!ENTITY gcc-time "2 9 SBU (with parallelism=4, an additional 106SBU for tests with parallelism=1)">11 <!ENTITY gcc-buildsize "8.5 GB (an additonal 446MB for tests)"> 12 <!ENTITY gcc-time "26 SBU (with parallelism=4, an additional 118 SBU for tests with parallelism=1)"> 13 13 ]> 14 14 … … 130 130 </para> 131 131 132 <bridgehead renderas="sect4">Optional</bridgehead> 133 <para role="optional"> 134 <xref linkend="gdb"/> and 135 <xref linkend="valgrind"/> (for tests) 136 </para> 137 132 138 <para condition="html" role="usernotes"> 133 139 User Notes: <ulink url="&blfs-wiki;/gcc"/> … … 197 203 the <application>GCC</application> part of the testsuite will run more 198 204 tests than in LFS. Some of those will report FAIL and others XPASS 199 (pass when expected to FAIL). To run the tests, issue: 205 (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite 206 is known to fail, as well as miscellaneous failures throughout the rest 207 of the test suite. To run the tests, issue: 200 208 </para> 201 209 … … 275 283 been tested by the BLFS developers. 276 284 </para> 277 278 <para> 279 <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this 285 <!-- It's been three major versions now, and many years. 286 Commenting out unless needed somewhere. -renodr 287 <para> 288 <option>- -with-default-libstdcxx-abi=gcc4-compatible</option>: Use this 280 289 switch if you are upgrading from a <application>GCC</application> 281 290 version prior to 5.1.0, and you do not want to recompile all the 282 291 libraries written in C++. 283 292 </para> 293 --> 284 294 285 295 <para> -
introduction/welcome/changelog.xml
r87cfb74 ra7e88c5c 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>March 13th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to GCC-8.3.0 (and GCC-Ada-8.3.0). Fixes 50 <ulink url="&blfs-ticket-root;11708">#11708</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 44 55 <listitem> 45 56 <para>March 12th, 2019</para> -
packages.ent
r87cfb74 ra7e88c5c 320 320 <!ENTITY elfutils-version "0.170"> 321 321 <!ENTITY expect-version "5.45.4"> 322 <!ENTITY gcc-version "8. 2.0">323 <!ENTITY gcc-ada-version "8. 2.0">322 <!ENTITY gcc-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.