diff options
Diffstat (limited to 'lang/gcc15/files/pkg-message.in')
-rw-r--r-- | lang/gcc15/files/pkg-message.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc15/files/pkg-message.in b/lang/gcc15/files/pkg-message.in new file mode 100644 index 000000000000..df3ea725ce59 --- /dev/null +++ b/lang/gcc15/files/pkg-message.in @@ -0,0 +1,13 @@ +[ +{ type: install + message: <<EOD +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. +EOD +} +] |