Path to this page:
./
lang/gcc8-libs,
The GNU Compiler Collection (GCC) support shared libraries
Branch: CURRENT,
Version: 8.4.0nb3,
Package name: gcc8-libs-8.4.0nb3,
Maintainer: pkgsrc-usersThe 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.
Required to build:[
pkgtools/cwrappers] [
lang/gcc8]
Version history: (Expand)
- (2020-09-18) Updated to version: gcc8-libs-8.4.0nb3
- (2020-04-08) Updated to version: gcc8-libs-8.4.0nb1
- (2020-04-03) Updated to version: gcc8-libs-8.3.0nb4
- (2020-01-08) Updated to version: gcc8-libs-8.3.0nb3
- (2019-05-31) Updated to version: gcc8-libs-8.3.0nb1
- (2018-11-07) Updated to version: gcc8-libs-8.2.0nb3
CVS history: (Expand)
2020-09-18 00:05:16 by Ryo ONODERA | Files touched by this commit (1) |  |
Log message:
gcc8-libs: Bump PKGREVISION from lang/gcc8
|
2020-04-08 08:39:57 by Thomas Klausner | Files touched by this commit (12) |  |
Log message:
gcc8*: update to 8.4.0
Changes not found. ~ one year of bug fixes on top of 8.3.0.
|
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.cg … estone=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
|