RFR: 8256831: MIPS Zero builds fail with undefined __atomic_compare_exchange_8 [v2]

Aleksey Shipilev shade at openjdk.java.net
Mon Nov 23 19:58:08 UTC 2020


On Mon, 23 Nov 2020 11:37:14 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> So, would adding to `BASIC_JVM_LIBS` at `LIB_SETUP_LIBRARIES` step in `make/autoconf/libraries.m4` be a good place then?

This seems to work. It would seem only JVM is needed to be built with `-latomic`, which makes sense, as the problematic use is in VM code).

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

PR: https://git.openjdk.java.net/jdk/pull/1375



More information about the build-dev mailing list