New issue by TheEdward162 on void-packages repository https://github.com/void-linux/void-packages/issues/29457 Description: ### System Either of these freshly unpacked armv6l targets: * https://alpha.de.repo.voidlinux.org/live/current/void-rpi-musl-PLATFORMFS-20210218.tar.xz * https://alpha.de.repo.voidlinux.org/live/current/void-rpi-PLATFORMFS-20210218.tar.xz Package `openjdk11-11.0.5+10_4` ### Expected behavior `java` runs java VM and lets me do java things ### Actual behavior ``` $ java Error occurred during initialization of VM Server VM is only supported on ARMv7+ VFP ``` ### Steps to reproduce the behavior 1. get armv6 void (both glibc and musl) 2. `xbps-install openjdk11` 3. `java` As a side note: I am able to get [Zulu OpenJDK11 build](https://www.azul.com/downloads/zulu-community/?architecture=arm-32-bit-hf&package=jdk) running on the glibc target