2019-01-05 01:39:13 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
gcc7[-libs]: updated to 7.4.0
7.4.0:
Bug-fix release.
This \
[https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=7.4] \
is the list of problem reports (PRs) from GCC's bug tracking system that are \
known to be fixed in the 7.4 release. This list might not be complete (that is, \
it is possible that some PRs that have been fixed are not listed here).
|
2018-11-10 05:24:00 by matthew green | Files touched by this commit (4) |
Log message:
be sure to call the netbsd_patch_builtins() on arm64. now gfortran
works and cabs*() handling is correct.
also:
- extract using bsdtar. saves about 4 minutes during extract for me.
- remove duplicated part of gcc/config/netbsd.h -- it's already
upstream by this version.
|
2018-11-09 12:22:13 by matthew green | Files touched by this commit (6) |
Log message:
port our gcc arm64 patches over to gcc 7. only real change is to add
'md_unwind_header=aarch64/aarch64-unwind.h' to the new netbsd/arm64
section of libgcc/config.host.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-07-23 03:07:09 by Maya Rashish | Files touched by this commit (3) |
Log message:
gcc{6,7,8}: passthru the gcc directories.
helps using gfortran.
|
2018-07-19 00:55:08 by Maya Rashish | Files touched by this commit (4) |
Log message:
gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.
this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.
PR pkg/53436.
|
2018-06-17 21:50:52 by Maya Rashish | Files touched by this commit (14) |
Log message:
gcc7: fix many netbsd targets.
add netbsd/arm EABI target. recognise dwarf2 unwinding in the common arm code.
switch convoluted stddef.h logic from relying on include guards having certain
names to only applying for netbsd, which should be the sole remaining user.
(necessary for netbsd/arm, which uses different include guards for ansi.h)
move linux/alpha code out of shared alpha+ELF header.
make all netbsd targets include netbsd-stdint.h.
Fixes PR pkg/52951.
Bump PKGREVISION. bump gcc7-libs PKGREVISION above this one.
|
2018-05-23 10:11:16 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
gcc7: Fix LINK_LIBGCC_SPEC patch.
|
2018-05-02 20:38:30 by Min Sik Kim | Files touched by this commit (1) |
Log message:
lang/gcc7: Refine the condition to enable multilib
|
2018-01-28 17:24:15 by Thomas Klausner | Files touched by this commit (71) |
Log message:
recursive bump after mpfr shlib major bump
|