Path to this page:
./
lang/gcc49,
The GNU Compiler Collection (GCC) - 4.9 Release Series
Branch: pkgsrc-2017Q1,
Version: 4.9.4,
Package name: gcc49-4.9.4,
Maintainer: pkgsrc-usersThe 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]
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-04-04) Package added to pkgsrc.se, version gcc49-4.9.4 (created)
CVS history: (Expand)
2017-04-23 11:49:15 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5355 - requested by sevan
lang/gcc49: build fix
Revisions pulled up:
- lang/gcc49/Makefile 1.14
---
Module Name: pkgsrc
Committed By: maya
Date: Sat Apr 22 12:22:01 UTC 2017
Modified Files:
pkgsrc/lang/gcc49: Makefile
Log message:
gcc49: don't use precompiled headers for libstdc++
this is a build time optimization that causes hangs on some machines
(netbsd-7/i386, but not netbsd-7/amd64). disable it globally instead
of guessing which are broken.
gcc{5,6} are already disabling it.
PR pkg/51352: Compilation error on lang/gcc49
PR pkg/50210: Compilation of gcc 4.9 and 5.2 hangs on NetBSD 6.1_STABLE
|