diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-08-25 01:38:39 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-08-25 01:38:39 +0000 |
commit | 3f7e4615cfb6a898a47092d5768d99f7ca8f30b6 (patch) | |
tree | f3d573b2162d695b987c52533dfb8c9447ce4b4d /lang/gcc48/distinfo | |
parent | d37cc4cfcdbb581a99fdbd37703554054fee32bb (diff) |
Introduce a new option BOOTSTRAP that allows switching between a
full bootstrap of GCC and just running a simple build.
Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port. No change in default behavior
for this port -- for the time being we continue to bootstrap.
Update to the 20130822 snapshot of GCC 4.8.2.
Notes
Notes:
svn path=/head/; revision=325321
Diffstat (limited to 'lang/gcc48/distinfo')
-rw-r--r-- | lang/gcc48/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo index 5aad220af8c1..1d7d6b95f8b0 100644 --- a/lang/gcc48/distinfo +++ b/lang/gcc48/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20130815.tar.bz2) = 98839a700c0ab8a005a18d7704ef5fa553d3ce5771aa357480b11b5cce94389e -SIZE (gcc-4.8-20130815.tar.bz2) = 81708695 +SHA256 (gcc-4.8-20130822.tar.bz2) = 2499c8adaa5c73dee6ff40f2801661c2b02b462e206e6fb83d3da70757793e61 +SIZE (gcc-4.8-20130822.tar.bz2) = 81718564 |