All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pcre2: drop JIT sparc
@ 2023-02-21 11:50 Fabrice Fontaine
  2023-03-10 20:56 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2023-02-21 11:50 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

JIT sparc support has been dropped since version 10.41 and
https://github.com/PCRE2Project/pcre2/commit/b67d5682019fd192a615a1d5ed254b564f54126b
resulting in the following build failure since bump to version 10.42 in
commit 64a03682cc1a90a311b2331224deac62f8c8940f:

src/pcre2_jit_compile.c:82:2: error: #error Unsupported architecture
   82 | #error Unsupported architecture
      |  ^~~~~

Fixes:
 - http://autobuild.buildroot.org/results/d8246c9e3e54547cdb7d94dcdbf376d292dfd787

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/pcre2/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/pcre2/Config.in b/package/pcre2/Config.in
index f06f1914f3..ba4719dd3d 100644
--- a/package/pcre2/Config.in
+++ b/package/pcre2/Config.in
@@ -29,7 +29,6 @@ config BR2_PACKAGE_PCRE2_JIT_ARCH_SUPPORTS
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
 	default y if BR2_powerpc
-	default y if BR2_sparc
 
 config BR2_PACKAGE_PCRE2_JIT
 	bool "enable JIT support"
-- 
2.39.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/pcre2: drop JIT sparc
  2023-02-21 11:50 [Buildroot] [PATCH 1/1] package/pcre2: drop JIT sparc Fabrice Fontaine
@ 2023-03-10 20:56 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2023-03-10 20:56 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 21/02/2023 12:50, Fabrice Fontaine wrote:
> JIT sparc support has been dropped since version 10.41 and
> https://github.com/PCRE2Project/pcre2/commit/b67d5682019fd192a615a1d5ed254b564f54126b
> resulting in the following build failure since bump to version 10.42 in
> commit 64a03682cc1a90a311b2331224deac62f8c8940f:
> 
> src/pcre2_jit_compile.c:82:2: error: #error Unsupported architecture
>     82 | #error Unsupported architecture
>        |  ^~~~~
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/d8246c9e3e54547cdb7d94dcdbf376d292dfd787
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/pcre2/Config.in | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/package/pcre2/Config.in b/package/pcre2/Config.in
> index f06f1914f3..ba4719dd3d 100644
> --- a/package/pcre2/Config.in
> +++ b/package/pcre2/Config.in
> @@ -29,7 +29,6 @@ config BR2_PACKAGE_PCRE2_JIT_ARCH_SUPPORTS
>   	default y if BR2_i386 || BR2_x86_64
>   	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
>   	default y if BR2_powerpc
> -	default y if BR2_sparc
>   
>   config BR2_PACKAGE_PCRE2_JIT
>   	bool "enable JIT support"
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-03-10 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 11:50 [Buildroot] [PATCH 1/1] package/pcre2: drop JIT sparc Fabrice Fontaine
2023-03-10 20:56 ` Arnout Vandecappelle

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.