All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libbsd: disable for xtensa and blackfin
@ 2018-04-03  5:25 Baruch Siach
  2018-04-03  8:41 ` Yann E. MORIN
  2018-04-03 10:52 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2018-04-03  5:25 UTC (permalink / raw)
  To: buildroot

Commit d879be30495 (package/libbsd: enable for non-glibc toolchains)
implicitly enabled libbsd for the uClibc only architectures xtensa and
blackfin. But libbsd does not support these architectures, since its
local-elf.h header lacks the required target specific definitions.

Fixes:
http://autobuild.buildroot.net/results/ff1/ff1a52a53bed43cda9e235081a61b352e6e07aa1/
http://autobuild.buildroot.net/results/b13/b13c2f248f277c72b5d266208f991f34474cea14/
http://autobuild.buildroot.net/results/182/182356701c2110a014c9d6c8d9f18a6efeb26e70/

Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: J?rg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/libbsd/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in
index f6c2e4be4b68..e80e9ea824c0 100644
--- a/package/libbsd/Config.in
+++ b/package/libbsd/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
 	# libbsd does not support those architectures (see src/local-elf.h)
 	depends on !BR2_microblaze
 	depends on !BR2_arc
+	depends on !BR2_xtensa
+	depends on !BR2_bfin
 
 config BR2_PACKAGE_LIBBSD
 	bool "libbsd"
-- 
2.16.2

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

* [Buildroot] [PATCH] libbsd: disable for xtensa and blackfin
  2018-04-03  5:25 [Buildroot] [PATCH] libbsd: disable for xtensa and blackfin Baruch Siach
@ 2018-04-03  8:41 ` Yann E. MORIN
  2018-04-03 10:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2018-04-03  8:41 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2018-04-03 08:25 +0300, Baruch Siach spake thusly:
> Commit d879be30495 (package/libbsd: enable for non-glibc toolchains)
> implicitly enabled libbsd for the uClibc only architectures xtensa and
> blackfin. But libbsd does not support these architectures, since its
> local-elf.h header lacks the required target specific definitions.
> 
> Fixes:
> http://autobuild.buildroot.net/results/ff1/ff1a52a53bed43cda9e235081a61b352e6e07aa1/
> http://autobuild.buildroot.net/results/b13/b13c2f248f277c72b5d266208f991f34474cea14/
> http://autobuild.buildroot.net/results/182/182356701c2110a014c9d6c8d9f18a6efeb26e70/
> 
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: J?rg Krause <joerg.krause@embedded.rocks>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/libbsd/Config.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in
> index f6c2e4be4b68..e80e9ea824c0 100644
> --- a/package/libbsd/Config.in
> +++ b/package/libbsd/Config.in
> @@ -4,6 +4,8 @@ config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
>  	# libbsd does not support those architectures (see src/local-elf.h)
>  	depends on !BR2_microblaze
>  	depends on !BR2_arc
> +	depends on !BR2_xtensa
> +	depends on !BR2_bfin
>  
>  config BR2_PACKAGE_LIBBSD
>  	bool "libbsd"
> -- 
> 2.16.2
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] libbsd: disable for xtensa and blackfin
  2018-04-03  5:25 [Buildroot] [PATCH] libbsd: disable for xtensa and blackfin Baruch Siach
  2018-04-03  8:41 ` Yann E. MORIN
@ 2018-04-03 10:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-04-03 10:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Commit d879be30495 (package/libbsd: enable for non-glibc toolchains)
 > implicitly enabled libbsd for the uClibc only architectures xtensa and
 > blackfin. But libbsd does not support these architectures, since its
 > local-elf.h header lacks the required target specific definitions.

 > Fixes:
 > http://autobuild.buildroot.net/results/ff1/ff1a52a53bed43cda9e235081a61b352e6e07aa1/
 > http://autobuild.buildroot.net/results/b13/b13c2f248f277c72b5d266208f991f34474cea14/
 > http://autobuild.buildroot.net/results/182/182356701c2110a014c9d6c8d9f18a6efeb26e70/

 > Cc: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: J?rg Krause <joerg.krause@embedded.rocks>
 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-04-03 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03  5:25 [Buildroot] [PATCH] libbsd: disable for xtensa and blackfin Baruch Siach
2018-04-03  8:41 ` Yann E. MORIN
2018-04-03 10:52 ` Peter Korsgaard

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.