mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
mainline has become GCC 9 and the 20180429 snapshot of GCC 9.0.0 is the first of its kind. Accordingly introduce the gcc9-devel port to track this development of what ultimately is going to become the GCC 9 release series.
7 lines
251 B
Text
7 lines
251 B
Text
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.
|