Update to the 20151108 development snapshot of GCC 6.
This now features PIE (position-independent executable) support for powerpc64, courtesy of andreast@.
This commit is contained in:
parent
8402b7a610
commit
c966892b43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401320
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 6.0.0.s20151101
|
||||
PORTVERSION= 6.0.0.s20151108
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= GCC/snapshots/${DISTVERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gcc-6-20151101.tar.bz2) = a1da18a71c7cf62bdead51d7ad651044dda0a53fb77d4120d555277d4282e18f
|
||||
SIZE (gcc-6-20151101.tar.bz2) = 93391337
|
||||
SHA256 (gcc-6-20151108.tar.bz2) = 3a18cfb8a2f8bfd5802ad3a58480fea9569917399c2f7d6b6c60b634d23ca77b
|
||||
SIZE (gcc-6-20151108.tar.bz2) = 93393246
|
||||
|
|
Loading…
Reference in a new issue