Integrated: 8295231: Move all linking of native libraries to make
Julian Waters
jwaters at openjdk.org
Mon Oct 17 21:00:10 UTC 2022
On Mon, 10 Oct 2022 14:15:37 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> Some external libraries required by native code are linked via linker comments embedded in pragmas. Searching for which libraries are linked can then become frustrating and confusing since they may be included in an obscure place, and for all relevant compilers there is no difference between specifying them from make and in a source file. The easiest solution is to just always link them from make and remove any source level linkage.
This pull request has now been integrated.
Changeset: 8d751de3
Author: Julian Waters <jwaters at openjdk.org>
Committer: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8d751de3198675b22704cdccafaff2fc0fdd3f59
Stats: 26 lines in 14 files changed: 3 ins; 6 del; 17 mod
8295231: Move all linking of native libraries to make
Reviewed-by: ihse, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/10633
More information about the security-dev
mailing list