]> git.99rst.org Git - openwrt-packages.git/commitdiff
perl: fix arch in powerpc64 config
authorMichael Pfeifroth <redacted>
Thu, 28 May 2026 12:51:48 +0000 (14:51 +0200)
committerAlexandru Ardelean <redacted>
Fri, 7 Aug 2026 10:45:30 +0000 (13:45 +0300)
The powerpc64.config file incorrectly sets arch=powerpc instead of
arch=powerpc64. This causes Perl to misidentify the architecture on
64-bit PowerPC targets.

Fixes: efc7ce461577 ("perl: add powerpc64 support")
Signed-off-by: Michael Pfeifroth <redacted>
lang/perl/files/powerpc64.config

index 3bd432077f06df3788918f55c36efb79d50abf1d..f81693a17b61eaea3eb3defbb2f7bda474c09bbf 100644 (file)
@@ -1,4 +1,4 @@
-owrt:arch=powerpc
+owrt:arch=powerpc64
 owrt:bits=64
 owrt:endian=big
 
git clone https://git.99rst.org/PROJECT