2021-10-01 13:49:59 by Nia Alarie | Files touched by this commit (5) |
Log message:
gcc*: Unsafe for MKPIE. Reported by tnn.
|
2021-09-23 11:53:21 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
gcc10: allow builds on Darwin 21
|
2021-06-26 19:42:23 by Tobias Nygren | Files touched by this commit (5) |
Log message:
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-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-04-24 11:35:31 by matthew green | Files touched by this commit (4) |
Log message:
pull in fixes for arm64eb from netbsd src.
|
2021-04-22 14:08:16 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
gcc10: fix building for any zlib
|
2021-04-16 17:03:43 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
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-02-13 16:56:18 by Maya Rashish | Files touched by this commit (23) |
Log message:
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-05 19:32:11 by Maya Rashish | Files touched by this commit (1) |
Log message:
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.
|
2020-10-23 02:45:48 by David H. Gutteridge | Files touched by this commit (7) |
Log message:
Fix grammar in a comment in gcc* Makefiles
|