Ignore:
Timestamp:
03/21/2020 04:35:03 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
71df408
Parents:
6a609bd7
Message:

Update to gcc-9.3.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22864 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r6a609bd7 rbdfc854  
    77  <!ENTITY gcc-download-http  "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    88  <!ENTITY gcc-download-ftp   "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    9   <!ENTITY gcc-md5sum         "3818ad8600447f05349098232c2ddc78">
     9  <!ENTITY gcc-md5sum         "d00a144b771ddeb021b61aa205b7e345">
    1010  <!ENTITY gcc-size           "67 MB">
    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)">
     11  <!ENTITY gcc-buildsize      "9.9 GB (2.5 GB installed with all listed languages; add 1.0 GB for tests)">
     12  <!ENTITY gcc-time           "24 SBU (with parallelism=4, add 48 SBU for tests with parallelism=4)">
    1313]>
    1414
     
    188188esac
    189189
    190 sed -e '1161 s|^|//|' \
    191     -i libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
    192 
    193190mkdir build                                            &amp;&amp;
    194191cd    build                                            &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.