Ignore:
Timestamp:
08/06/2020 10:38:54 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
5962f97
Parents:
75f42c2a
Message:

Update to gcc-10.2.0.
Update to libcap-2.42.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r75f42c2a rdf0e196  
    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         "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)">
     9  <!ENTITY gcc-md5sum         "e9fd9b1789155ad09bcf3ae747596b50">
     10  <!ENTITY gcc-size           "72 MB">
     11  <!ENTITY gcc-buildsize      "8.3 GB (2.8 GB installed with all listed languages; add 1.1 GB for tests)">
     12  <!ENTITY gcc-time           "24 SBU (with parallelism=4, add 51 SBU for tests with parallelism=4)">
    1313]>
    1414
     
    183183<screen><userinput>case $(uname -m) in
    184184  x86_64)
    185     sed -e '/m64=/s/lib64/lib/' \
    186         -i.orig gcc/config/i386/t-linux64
     185    sed -i.orig '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
    187186  ;;
    188187esac
Note: See TracChangeset for help on using the changeset viewer.