2020-04-01 16:35:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
gcc8*: reduce differences to gcc7*
This also fixes RELRO builds.
Bump PKGREVISION.
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
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-05 14:44:03 by Roland Illig | Files touched by this commit (1) |
Log message:
lang/gcc8-libs: fix PKGREVISION according to the comment
|
2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159) |
Log message:
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-05-31 11:23:57 by Kamil Rytarowski | Files touched by this commit (6) |
Log message:
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.
|
2018-11-07 05:32:32 by Maya Rashish | Files touched by this commit (5) |
Log message:
gcc8: Fix gcc/target/87221 better.
Link PIE executables with crtbeginS/crtendS on NetBSD.
Bump PKGREVISION
|
2018-10-28 23:21:25 by David Brownlee | Files touched by this commit (1) |
Log message:
Bump PKGREVISION to match gcc8 change
|
2018-09-15 05:08:16 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
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.
|