Skip to content

Commit

Permalink
perl: enable threading support for aarch64 by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
RetEECS authored and 1715173329 committed Dec 14, 2022
1 parent 244101d commit 6db2fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/perl/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6db2fe9

Please sign in to comment.