[Buildroot] [PATCH 1/1] package/pcre2: drop JIT sparc

Arnout Vandecappelle arnout at mind.be
Fri Mar 10 20:56:45 UTC 2023



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 at 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"



More information about the buildroot mailing list