RFR: 8293214: Add support for Linux/LoongArch64 [v4]

Ao Qi aoqi at openjdk.org
Thu Sep 15 13:58:02 UTC 2022


On Thu, 15 Sep 2022 13:31:54 GMT, Johan Vos <jvos at openjdk.org> wrote:

> It looks good. I'll do a build and then hopefully I can approve (those ifeq/ifneq changes often need more than a few pair of eyes)

Yes. We need to check it carefully:) I did some tests like:

ifneq (,$(findstring $(ARCH), x64 x32 loongarch64))
    CFLAGS += -msse2
endif

and it did cause errors like:

make: *** Waiting for unfinished jobs....
gcc: error: unrecognized command line option '-msse2'

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

PR: https://git.openjdk.org/jfx/pull/888


More information about the openjfx-dev mailing list