diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-04-16 15:03:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-04-16 15:03:42 +0000 |
commit | 2247c0d2c9a5207a29561fb8ef7d87307a815a1a (patch) | |
tree | 67e7c33e183b04c62c8548b43eb84d43ddf45ec6 /lang/gcc10 | |
parent | f8932abc4d995647afbfe365d9f1c29671666c7f (diff) | |
download | pkgsrc-2247c0d2c9a5207a29561fb8ef7d87307a815a1a.tar.gz |
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 (limited to 'lang/gcc10')
-rw-r--r-- | lang/gcc10/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc10/distinfo | 10 | ||||
-rw-r--r-- | lang/gcc10/version.mk | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile index c04e83acffc..1f0954b003e 100644 --- a/lang/gcc10/Makefile +++ b/lang/gcc10/Makefile @@ -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 --git a/lang/gcc10/distinfo b/lang/gcc10/distinfo index 3a8e9f28081..4d1731cff4d 100644 --- a/lang/gcc10/distinfo +++ b/lang/gcc10/distinfo @@ -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 --git a/lang/gcc10/version.mk b/lang/gcc10/version.mk index 9ca5aee0813..e52673e8383 100644 --- a/lang/gcc10/version.mk +++ b/lang/gcc10/version.mk @@ -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 |