bytedeco / javacpp

The missing bridge between Java and native C++
Other
4.46k stars 581 forks source link

Support for LoongArch64 #704

Open Panxuefeng-loongson opened 1 year ago

Panxuefeng-loongson commented 1 year ago

@saudet RFR

saudet commented 1 year ago

Are there any actual Linux distributions supporting this?

saudet commented 1 year ago

Or is this just setting the LP64 flag explicitly, which is already the default anyway on pretty much all Linux distributions? And if so, how is this different from the existent linux-arm64 platform properties?

Panxuefeng-loongson commented 1 year ago

Hi, Thanks for the reply. Debian12 starts official support for LoongArch: https://lists.debian.org/debian-devel-announce/2023/08/msg00000.html. There are LoongArch machines available for verification on GCC Farm: https://cfarm.tetaneutral.net/machines/list/

Panxuefeng-loongson commented 1 year ago

Or is this just setting the LP64 flag explicitly, which is already the default anyway on pretty much all Linux distributions? And if so, how is this different from the existent linux-arm64 platform properties?

Doesn't seem to make a difference.

saudet commented 1 year ago

Ooh, I see, this isn't ARM...