[Buildroot] [PATCH 1/1] package/openjdk: Add architecture support list

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Mar 25 16:54:38 UTC 2019


Hello Adam,

On Mon, 25 Mar 2019 11:37:33 -0400
aduskett at gmail.com wrote:

> +# Taken from make/autoconf/platform.m4
> +config BR2_PACKAGE_OPENJDK_BIN_ARCH_SUPPORTS

This should have been just:

	BR2_PACKAGE_OPENJDK_ARCH_SUPPORTS

>  comment "openjdk needs X.Org"
> +	depends on BR2_PACKAGE_VALGRIND_ARCH_SUPPORTS

Valgrind ?

Should have been:

+	depends on BR2_PACKAGE_HOST_OPENJDK_BIN_ARCH_SUPPORTS
+	depends on BR2_PACKAGE_OPENJDK_ARCH_SUPPORTS


>  comment "openjdk needs glibc, and a toolchain w/ wchar, dynamic library, threads, C++"
>  	depends on BR2_USE_MMU
> +	depends on BR2_PACKAGE_VALGRIND_ARCH_SUPPORTS

Ditto.

>  comment "openjdk does not support soft float configurations"
> +	depends on BR2_PACKAGE_VALGRIND_ARCH_SUPPORTS

Ditto.

I fixed those issues and applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list