perl: enable threading support for aarch64 by default
authorDoug Thomson <dwt62f+github@gmail.com>
Sun, 11 Dec 2022 00:22:09 +0000 (11:22 +1100)
committerTianling Shen <cnsztl@gmail.com>
Wed, 14 Dec 2022 14:13:40 +0000 (22:13 +0800)
Perl threads seem to be supported and working for aarch64, and
including aarch64 here would allow packages like freeswitch-mod-perl
to become available from the standard OpwnWrt package repository for
popular routers such as the Linksys E8450 and Belkin RT3200.

Signed-off-by: Doug Thomson <dwt62f+github@gmail.com>
lang/perl/Config.in

index 65a3a47d7163ac6f5113d513a5701979b9b76244..e64d95a32db25bfebf878175ddbdb0e1fdb19d30 100644 (file)
@@ -3,7 +3,7 @@ menu "Configuration"
 
 config PERL_THREADS
     bool "Enable threading support"
-    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm)
+    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm || aarch64)
     default n
 
 config PERL_TESTS