On Thu, 19 May 2022 at 18:35, Daniel Golle <[email protected]> wrote: > > On Thu, May 19, 2022 at 06:37:28PM +0200, Dominick Grift wrote: > > libselinux-3.4 requires pcre2 > > > > Signed-off-by: Dominick Grift <[email protected]> > > --- > > package/libs/pcre2/Config.in | 30 ++++++++++++ > > package/libs/pcre2/Makefile | 92 ++++++++++++++++++++++++++++++++++++ > > 2 files changed, 122 insertions(+) > > create mode 100644 package/libs/pcre2/Config.in > > create mode 100644 package/libs/pcre2/Makefile > > > > diff --git a/package/libs/pcre2/Config.in b/package/libs/pcre2/Config.in > > new file mode 100644 > > index 0000000000..8777a4e84c > > --- /dev/null > > +++ b/package/libs/pcre2/Config.in > > @@ -0,0 +1,30 @@ > > +config PCRE2_JIT_ENABLED > > + bool > > + depends on PACKAGE_libpcre2 && (aarch64 || aarch64_be || arm || i386 > > || i686 || x86_64 || mips || mipsel || mips64 || mips64el || powerpc || > > powerpc64 || powerpcle || sparc) > > + default y if (arm || i686 || x86_64) > > Can you explain the choice of architectures for which you are > suggesting to enable JIT by default? > Wouldn't e.g. aarch64 benefit just as well?
I'd go even further and set it as default y if !arc (which is already "special" enough). I think all of our other targets are supported by the JIT. But that would be for a follow-up patch, of course. Cheers, Rui _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
