mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Update to the 20140213 snapshot of GCC 4.8.3.
Configure with --enable-gnu-indirect-function to enable the "ifunc" attribute, a GCC extension. [1] Remove the man7 pages, which we are not packaging, from the staging area to silence some warnings some are concerned about. [2] Submitted by: jmg [1], miwi [2] Discussed with: kib [1], antoine [2]
This commit is contained in:
parent
fc0f9929c4
commit
38cc2c9f76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344320
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc48
|
||||
PORTVERSION= 4.8.3.s20140116
|
||||
PORTVERSION= 4.8.3.s20140213
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
|
||||
@ -129,6 +129,7 @@ full-regression-test: build
|
||||
|
||||
post-install:
|
||||
${RM} -f ${STAGEDIR}${TARGLIB}/*.la
|
||||
${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
|
||||
# Add target libraries and include files to packaging list.
|
||||
${RM} -f ${WRKDIR}/PLIST.lib
|
||||
.for d in ${TARGLIB:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///} include/gcj include/gnu include/java include/javax
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gcc-4.8-20140116.tar.bz2) = bba7542a6845931e244576c23fcf62c5766b769c12f9af5e0cdf99ea2ec51408
|
||||
SIZE (gcc-4.8-20140116.tar.bz2) = 81863240
|
||||
SHA256 (gcc-4.8-20140213.tar.bz2) = dcb4d8200c48b9b538b611b2b125401478f9b21a2801f86a80ba7075ba3906b3
|
||||
SIZE (gcc-4.8-20140213.tar.bz2) = 81844524
|
||||
|
Loading…
Reference in New Issue
Block a user