1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to the 20140410 snapshot of GCC 4.8.3.

Add pkg-message that references the need to use -Wl,-rpath=... . [1]

PR:		185902 [1]
This commit is contained in:
Gerald Pfeifer 2014-04-13 01:18:14 +00:00
parent ab99f472fa
commit 59d55aedab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351167
3 changed files with 11 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc48
PORTVERSION= 4.8.3.s20140320
PORTVERSION= 4.8.3.s20140410
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
@ -99,6 +99,8 @@ INFO= gcc${SUFFIX}/cpp \
INFO+= gcc${SUFFIX}/libquadmath \
gcc${SUFFIX}/libitm
.endif
SUB_FILES= pkg-message
SUB_LIST+= TARGLIB=${TARGLIB}
.if ${PORT_OPTIONS:MJAVA}
ECJ_JAR= ${LOCALBASE}/share/java/ecj-4.5.jar

View File

@ -1,2 +1,2 @@
SHA256 (gcc-4.8-20140320.tar.bz2) = 22f7ca105d75bdff37d7a402295d908620badee7b6c7baa4ca2ad5234a5809bb
SIZE (gcc-4.8-20140320.tar.bz2) = 81776915
SHA256 (gcc-4.8-20140410.tar.bz2) = f9fb81bc6ca7582ad4caa36e59a70844307c28b183d1dfc20b6e16646aab30f7
SIZE (gcc-4.8-20140410.tar.bz2) = 82009401

View File

@ -0,0 +1,6 @@
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using
-Wl,-rpath=%%TARGLIB%%
For ports leveraging USE_GCC or USES=compiler this happens transparently.