Path to this page:
./
lang/gcc49-libs,
The GNU Compiler Collection (GCC) support shared libraries
Branch: pkgsrc-2017Q3,
Version: 4.9.4nb6,
Package name: gcc49-libs-4.9.4nb6,
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:[
lang/gcc49] [
pkgtools/cwrappers]
Version history: (Expand)
- (2017-10-15) Updated to version: gcc49-libs-4.9.4nb6
- (2017-09-29) Package added to pkgsrc.se, version gcc49-libs-4.9.4nb5 (created)
CVS history: (Expand)
2017-10-15 15:59:45 by S.P.Zeidler | Files touched by this commit (4) |
Log message:
Pullup ticket #5577 - requested by maya
lang/gcc49: functionality fix
lang/gcc49-libs: functionality fix
Revisions pulled up:
- lang/gcc49-libs/Makefile 1.14
- lang/gcc49/Makefile 1.22
- lang/gcc49/distinfo 1.15
- lang/gcc49/patches/patch-gcc_targhooks.c 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Oct 14 14:46:00 UTC 2017
Modified Files:
pkgsrc/lang/gcc49: Makefile distinfo
Added Files:
pkgsrc/lang/gcc49/patches: patch-gcc_targhooks.c
Log message:
Fix __stack_chk_fail_local undefined error in PIE case, bump PKGREVISION
* Port from NetBSD src
Fix __stack_chk_fail_local undefined reference error
from "gcc test.c -fstack-protector-all -fPIE".
* As a result, pkgsrc/www/firefox build under NetBSD/i386 7.1 is fixed
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/gcc49/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/gcc49/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/gcc49/patches/patch-gcc_targhooks.c
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: ryoon
Date: Sat Oct 14 14:47:43 UTC 2017
Modified Files:
pkgsrc/lang/gcc49-libs: Makefile
Log message:
Bump PKGREVISON from lang/gcc49 bump
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/gcc49-libs/Makefile
|