[Buildroot] [PATCH 3/4] package/poco: enable build for riscv64

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jun 29 21:19:35 UTC 2020


On Mon, 29 Jun 2020 23:07:34 +0200
Julien Olivain <juju at cotds.org> wrote:

> diff --git a/package/poco/Config.in b/package/poco/Config.in
> index b6914539e3..a3d19d5640 100644
> --- a/package/poco/Config.in
> +++ b/package/poco/Config.in
> @@ -7,7 +7,8 @@ config BR2_PACKAGE_POCO
>  	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
>  	depends on !BR2_STATIC_LIBS # dlopen()
>  	depends on !(BR2_arc || BR2_microblaze || BR2_mipsel \
> -		|| BR2_or1k || BR2_riscv || BR2_xtensa)
> +		|| BR2_or1k || (BR2_riscv && !BR2_RISCV_64) \

You could also just change:

	|| BR2_riscv

by:

	|| BR2_RISCV_32

Best regards,

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


More information about the buildroot mailing list