[foreign-memaccess+abi] RFR: 8266916: Simplify logic for creating libSysLookup

Athijegannathan Sundararajan sundar at openjdk.java.net
Tue May 11 13:16:23 UTC 2021


On Tue, 11 May 2021 13:00:07 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> On Linux/Mac, the makefile for generating libSysLookup contains some unnecessary flags (given that the sources contain no code).
> Moreover, it is not necessary to have a list of all headers - we can just include a single header (to make the build/toolchain happy) and rely on linker to pull in dependencies.
> On Linux, also add `libdl` as a dependency (the VM also depends on that, so we can depend on that).

Marked as reviewed by sundar (Committer).

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/533


More information about the panama-dev mailing list