Path to this page:
NOTICE: This package has been removed from pkgsrc./
lang/gcc47,
The GNU Compiler Collection (GCC) - 4.7 Release Series
Branch: CURRENT,
Version: 4.7.4nb3,
Package name: gcc47-4.7.4nb3,
Maintainer: sbdThe 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:[
math/mpfr] [
devel/gmp] [
math/mpcomplex]
Required to build:[
pkgtools/cwrappers]
Package options: gcc-c++, gcc-fortran, gcc-objc, gcc-objc++, nls
Master sites: (Expand)
SHA1: f3359a157b3536f289c155363f1736a2c9b414db
RMD160: d0a8e421b9c62a923f765b97828b12d5af388199
Filesize: 80991.653 KB
Version history: (Expand)
- (2016-12-30) Package deleted from pkgsrc
- (2016-09-06) Updated to version: gcc47-4.7.4nb3
- (2016-07-09) Updated to version: gcc47-4.7.4nb2
- (2016-01-21) Updated to version: gcc47-4.7.4nb1
- (2015-03-12) Updated to version: gcc47-4.7.4
- (2014-07-24) Updated to version: gcc47-4.7.3nb6
CVS history: (Expand)
2016-12-29 23:46:31 by Maya Rashish | Files touched by this commit (165) | |
Log message:
Remove gcc45,46,47 and libs as discussed in pkgsrc-users
GCC_REQD for these versions now resolves to gcc48 due to a previous commit.
Please file a bug report if you are having trouble with GCC 4.8.
|
2016-12-22 12:59:36 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: revert part of my previous commit. USE_LANGUAGES c++ is not needed.
It's just a warning during configure.
|
2016-12-22 11:03:07 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: add USE_LANGUAGES c++ so less warnings about configure using the
c++ compiler.
pass LANG+=c++ only once (from options.mk), doing it twice seems to confuse
the configure script.
now I can pass configure on NetBSD-6.
|
2016-10-31 05:10:38 by David A. Holland | Files touched by this commit (1) |
Log message:
Apply Sevan's patch for OS X Tiger PowerPC from PR 48936, since he hasn't
got around to doing it himself.
|
2016-09-30 15:17:00 by Sevan Janiyan | Files touched by this commit (5) |
Log message:
Do not build with the gcc-java enabled by default.
Add a comment to note the removal of option.
Discussed on pkgsrc-users@
http://mail-index.netbsd.org/pkgsrc-users/2016/09/29/msg023796.html
|
2016-09-28 14:07:27 by Maya Rashish | Files touched by this commit (1) |
Log message:
lang/gcc47: don't build gcc-java by default on NetBSD
it fails at configure as an unsupported language for powerpc, and is not
too useful.
not bumping pkgrevision as requested - it shouldn't matter to anyone who
already has the package, even on netbsd, and avoids an expensive rebuild.
|
2016-09-06 18:28:48 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: limit disabling of libsdtc++ pch use to netbsd.
add a comment that explains that the hang occurs due to ASLR, so other
ASLR users will be able to identify the cause.
thanks joerg for suggesting the cause
|
2016-09-06 17:04:57 by Maya Rashish | Files touched by this commit (1) |
Log message:
gcc47: forgotten stray unconditional --enable-libssp
|