Commit graph

15 commits

Author SHA1 Message Date
tnn
1203b50d94 gcc*: disable full bootstrap when the pkgsrc compiler is clang
LLVM versions >= 12 cannot currently correctly compile gcc stage 1 because
GCC assumes references to certain symbols like "ix86_isa_flags" will be
optimized away.
Details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255760
2021-06-26 17:42:23 +00:00
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
mrg
8e988a6631 pull in fixes for arm64eb from netbsd src. 2021-04-24 09:35:31 +00:00
adam
31e50eccdc gcc10: fix building for any zlib 2021-04-22 12:08:16 +00:00
ryoon
a9ad37fb28 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.
2021-04-16 15:03:42 +00:00
maya
d86dc32fea lang/gcc{6,7,8,9,0}: call SUBTARGET_INIT_BUILTINS on sparc* too
While here point out that the aarch64 equivalent patch was sent upstream.
Bump PKGREVISION. fix gcc*-libs PKGREVISION accordingly.

Fixes PR pkg/55992: math/blas fails on NetBSD/sparc64
Fixes report by Connor McLaughlan on pkgsrc-users
2021-02-13 15:56:16 +00:00
maya
5a939d44b4 gcc10: avoid picking up zstd.
we probably want to enable this, but that's a less backport-appropriate
patch, and I want the fix in 2020Q4.
2021-02-05 18:32:11 +00:00
gutteridge
a3c7568d26 Fix grammar in a comment in gcc* Makefiles 2020-10-23 00:45:47 +00:00
jperkin
1f6712bc8a gcc*: Skip CTF for gengtype, causes hangs. 2020-10-22 11:15:04 +00:00
tnn
c2633c49ed gcc10: add some missing configure bits for aarch64*-*-netbsd* 2020-10-20 18:37:36 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
wiz
24e2188e09 gcc10: update to 10.2.0.
Bugfix release. The fixed bugs are listed here:
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=10.2
2020-08-24 11:58:38 +00:00
rillig
2e2b1baad3 lang/gcc10: fix patch checksums to include the bug report URL 2020-05-17 19:49:18 +00:00
rillig
fe114d7919 lang/gcc10: fix build with -Werror=char-subscripts 2020-05-17 19:47:19 +00:00
maya
e87261ad01 add gcc10 GCC version 10.1.0
Release notes: https://gcc.gnu.org/gcc-10/changes.html
2020-05-10 15:02:44 +00:00