forked from Lainports/freebsd-ports
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc15, g++15, and gfortran15, respectively. This is the first snapshot from trunk with the GCC 15 designation. It largely is a copy of lang/gcc14-devel.
13 lines
294 B
Text
13 lines
294 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|