浏览代码

package/pcre2: drop JIT sparc

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>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Fabrice Fontaine 2 年之前
父节点
当前提交
70d9f17c48
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      package/pcre2/Config.in

+ 0 - 1
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"