pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang gcc10, gcc10-libs: Update to 10.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a76a78e99797
branches:  trunk
changeset: 450441:a76a78e99797
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Apr 16 15:03:42 2021 +0000

description:
gcc10, gcc10-libs: Update to 10.3.0

Changelog:
* Bugfixes.

Target Specific Changes
AArch64

    A bug with the Random Number intrinsics in the arm_acle.h header
    that resulted in an incorrect status result being returned has
    been fixed.

    GCC now supports the Fujitsu A64FX. The associated -mcpu and
    -mtune options are -mcpu=a64fx and -mtune=a64fx respectively.
    In particular, -mcpu=a64fx generates code for Armv8.2-A with
    SVE and tunes the code for the A64FX. This includes tuning the
    SVE code, although by default the code is still length-agnostic
    and so works for all SVE implementations. Adding -msve-vector-bits=512
    makes the code specific to 512-bit SVE.

diffstat:

 lang/gcc10-libs/Makefile |   4 ++--
 lang/gcc10/Makefile      |   3 +--
 lang/gcc10/distinfo      |  10 +++++-----
 lang/gcc10/version.mk    |   4 ++--
 4 files changed, 10 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r bc6fe0cc5efd -r a76a78e99797 lang/gcc10-libs/Makefile
--- a/lang/gcc10-libs/Makefile  Fri Apr 16 14:55:42 2021 +0000
+++ b/lang/gcc10-libs/Makefile  Fri Apr 16 15:03:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 15:56:18 maya Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/16 15:03:42 ryoon Exp $
 
 GCC_PKGNAME=   gcc10
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc10 package so that with the dependence pattern
 ## '{gcc10,gcc10-libs}>=8.2.*' pkg_add will choose gcc10-libs over gcc10.
-PKGREVISION=   3
+PKGREVISION=   1
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty
diff -r bc6fe0cc5efd -r a76a78e99797 lang/gcc10/Makefile
--- a/lang/gcc10/Makefile       Fri Apr 16 14:55:42 2021 +0000
+++ b/lang/gcc10/Makefile       Fri Apr 16 15:03:42 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/02/13 15:56:17 maya Exp $
+# $NetBSD: Makefile,v 1.9 2021/04/16 15:03:42 ryoon Exp $
 
 GCC_PKGNAME=           gcc10
-PKGREVISION=           2
 .include               "version.mk"
 
 DISTNAME=      gcc-${GCC10_DIST_VERSION}
diff -r bc6fe0cc5efd -r a76a78e99797 lang/gcc10/distinfo
--- a/lang/gcc10/distinfo       Fri Apr 16 14:55:42 2021 +0000
+++ b/lang/gcc10/distinfo       Fri Apr 16 15:03:42 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2021/02/13 15:56:17 maya Exp $
+$NetBSD: distinfo,v 1.7 2021/04/16 15:03:42 ryoon Exp $
 
-SHA1 (gcc-10.2.0.tar.xz) = 8de0aecd3a52bb92b43082df8a9256356d1f03be
-RMD160 (gcc-10.2.0.tar.xz) = 73f182e7d40e5c2988b2b8cd80cfca601f20e9fc
-SHA512 (gcc-10.2.0.tar.xz) = 42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e
-Size (gcc-10.2.0.tar.xz) = 75004144 bytes
+SHA1 (gcc-10.3.0.tar.xz) = fb51ed1660c065898c75951fb38e1ebad7d49feb
+RMD160 (gcc-10.3.0.tar.xz) = 8edb715cf1159fd8de773d0d5208d2e83ca36402
+SHA512 (gcc-10.3.0.tar.xz) = 2b2dd7453d48a398c29eaebd1422b70341001b8c90a62aee51e83344e7fdd8a8e45f82a4a9165bd7edc76dada912c932f4b6632c5636760fec4c5d7e402b3f86
+Size (gcc-10.3.0.tar.xz) = 76692288 bytes
 SHA1 (isl-0.16.1.tar.bz2) = c5a2b201bf05229647e73203c0bf2d9679d4d21f
 RMD160 (isl-0.16.1.tar.bz2) = 5a99db3fe0d0a1f6bbac1ed4448f2403495c55b2
 SHA512 (isl-0.16.1.tar.bz2) = c188667a84dc5bdddb4ab7c35f89c91bf15a8171f4fcaf41301cf285fb7328846d9a367c096012fec4cc69d244f0bc9e95d84c09ec097394cd4093076f2a041b
diff -r bc6fe0cc5efd -r a76a78e99797 lang/gcc10/version.mk
--- a/lang/gcc10/version.mk     Fri Apr 16 14:55:42 2021 +0000
+++ b/lang/gcc10/version.mk     Fri Apr 16 15:03:42 2021 +0000
@@ -1,2 +1,2 @@
-# $NetBSD: version.mk,v 1.2 2020/08/24 11:58:38 wiz Exp $
-GCC10_DIST_VERSION:=   10.2.0
+# $NetBSD: version.mk,v 1.3 2021/04/16 15:03:42 ryoon Exp $
+GCC10_DIST_VERSION:=   10.3.0



Home | Main Index | Thread Index | Old Index