All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boost: allow building on Microblaze
@ 2019-06-04 15:14 Giulio Benetti
  2019-06-04 15:46 ` Giulio Benetti
  0 siblings, 1 reply; 2+ messages in thread
From: Giulio Benetti @ 2019-06-04 15:14 UTC (permalink / raw)
  To: buildroot

Package boost builds correctly on Microblaze with Gcc 4.9/5/6/7/8/9 so
add 'default y if BR2_microblaze' to
BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS.

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
 package/boost/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 4e6bbff6df..783e86dc09 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -78,6 +78,7 @@ config BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS
 	default y if BR2_mipsel
 	default y if BR2_powerpc
 	default y if BR2_x86_64
+	default y if BR2_microblaze
 
 config BR2_PACKAGE_BOOST_CONTEXT
 	bool "boost-context"
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] boost: allow building on Microblaze
  2019-06-04 15:14 [Buildroot] [PATCH] boost: allow building on Microblaze Giulio Benetti
@ 2019-06-04 15:46 ` Giulio Benetti
  0 siblings, 0 replies; 2+ messages in thread
From: Giulio Benetti @ 2019-06-04 15:46 UTC (permalink / raw)
  To: buildroot

Please discard this, commit log is a little bit wrong and need to send a 
series.
Sorry for the noise.

Best regards
Giulio

Il 04/06/2019 17:14, Giulio Benetti ha scritto:
> Package boost builds correctly on Microblaze with Gcc 4.9/5/6/7/8/9 so
> add 'default y if BR2_microblaze' to
> BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
>   package/boost/Config.in | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/boost/Config.in b/package/boost/Config.in
> index 4e6bbff6df..783e86dc09 100644
> --- a/package/boost/Config.in
> +++ b/package/boost/Config.in
> @@ -78,6 +78,7 @@ config BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS
>   	default y if BR2_mipsel
>   	default y if BR2_powerpc
>   	default y if BR2_x86_64
> +	default y if BR2_microblaze
>   
>   config BR2_PACKAGE_BOOST_CONTEXT
>   	bool "boost-context"
> 

-- 
Giulio Benetti
CTO

MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale ? 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-04 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 15:14 [Buildroot] [PATCH] boost: allow building on Microblaze Giulio Benetti
2019-06-04 15:46 ` Giulio Benetti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.