Commit graph

14 commits

Author SHA1 Message Date
gutteridge
8e77d3dea9 Fix PKGREVISION values of gcc*-libs that got out of sync (again) 2022-01-10 00:50:46 +00:00
tnn
e557fc6c76 lang/gcc*: skip some RELRO checks when --disable-boostrap
This relates to the case when GCC is built using clang host CC. In that
case the runtime libraries are not built with RELRO for some reason.

for the gcc*-libs/ packages, mark them as RELRO_SUPPORTED=no unconditionally.
RELRO status depends on how the parent gcc package was built so we don't
need nor care about the RELRO status here.
2021-10-12 13:46:14 +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
gutteridge
7df3ce3f40 Fix PKGREVISION values of gcc*-libs that got out of sync 2021-02-12 00:34:22 +00:00
ryoon
ee2efb43c4 gcc8-libs: Bump PKGREVISION from lang/gcc8 2020-09-17 22:05:16 +00:00
wiz
dcd6da3210 gcc8*: update to 8.4.0
Changes not found. ~ one year of bug fixes on top of 8.3.0.
2020-04-08 06:39:57 +00:00
wiz
74f368e481 gcc8*: reduce differences to gcc7*
This also fixes RELRO builds.

Bump PKGREVISION.
2020-04-01 14:35:19 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
rillig
467faf663a lang/gcc8-libs: fix PKGREVISION according to the comment 2020-01-05 13:44:03 +00:00
rillig
8c6aee8563 lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:03:56 +00:00
kamil
6b601829f5 gcc8: gcc8-libs: Upgrade to 8.3.0
GCC 8.3

This is the list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 8.3 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).
Windows

https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=8.3

    A C++ Microsoft ABI bitfield layout bug, PR87137 has been fixed. A non-field declaration could cause the current bitfield allocation unit to be completed, incorrectly placing a following bitfield into a new allocation unit. The Microsoft ABI is selected for:
        Mingw targets
        PowerPC, IA-32 or x86-64 targets when the -mms-bitfields option is specified, or __attribute__((ms_struct)) is used
        SuperH targets when the -mhitachi option is specified, or __attribute__((renesas)) is used
    GCC 8 introduced additional cases of this defect, but rather than resolve only those regressions, we decided to resolve all the cases of this defect in single change.
2019-05-31 09:23:57 +00:00
maya
5ea989b378 gcc8: Fix gcc/target/87221 better.
Link PIE executables with crtbeginS/crtendS on NetBSD.

Bump PKGREVISION
2018-11-07 04:32:32 +00:00
abs
e33f13f2ec Bump PKGREVISION to match gcc8 change 2018-10-28 22:21:25 +00:00
ryoon
0a33c9d186 lang/gcc8-libs: import gcc8-libs-8.2.0nb1
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages (libstdc++,
libgfortran, ...).

This packages provides GCC support libraries in a specific location and allows
packages to depend on just the libraries rather than having to pull in the full
GCC package.
2018-09-15 03:08:16 +00:00