summaryrefslogtreecommitdiff
path: root/lang/gcc47/files/pkg-message.in
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-04-21 03:13:26 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-04-21 03:13:26 +0000
commit480f645182e8eac3776a19aeb8c5cd095d50daa2 (patch)
treedbaf3a8c089a757d00038fe1c8bcf2e722405c7f /lang/gcc47/files/pkg-message.in
parent- Update to 2.1.2 (diff)
Update to the 20140419 snapshot of GCC 4.7.4.
Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1]
Notes
Notes: svn path=/head/; revision=351667
Diffstat (limited to 'lang/gcc47/files/pkg-message.in')
-rw-r--r--lang/gcc47/files/pkg-message.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/gcc47/files/pkg-message.in b/lang/gcc47/files/pkg-message.in
new file mode 100644
index 000000000000..433c37a3f89b
--- /dev/null
+++ b/lang/gcc47/files/pkg-message.in
@@ -0,0 +1,7 @@
+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, USES=compiler, or USES=fortran this happens
+transparently.