Path to this page:
./
lang/gcc49,
The GNU Compiler Collection (GCC) - 4.9 Release Series
Branch: pkgsrc-2017Q3,
Version: 4.9.4nb5,
Package name: gcc49-4.9.4nb5,
Maintainer: mayaThe GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, Java, and Go, as well as libraries for these languages (libstdc++,
libgcj,...).
Required to run:[
devel/gmp] [
math/mpcomplex] [
math/mpfr] [
textproc/gsed]
Required to build:[
pkgtools/cwrappers]
Package options: gcc-c++, gcc-fortran, gcc-objc, gcc-objc++, nls
Master sites: (Expand)
SHA1: 5bb0b783a57a62b11f1f9bd2aa37145da221d3d0
RMD160: 180d4aaa9d2c34084f3f01261f8cb00ddb921529
Filesize: 87985.943 KB
Version history: (Expand)
- (2017-10-15) Updated to version: gcc49-4.9.4nb5
- (2017-09-29) Package added to pkgsrc.se, version gcc49-4.9.4nb4 (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
|