summaryrefslogtreecommitdiff
path: root/core/perl
diff options
context:
space:
mode:
Diffstat (limited to 'core/perl')
-rw-r--r--core/perl/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD
index b69e86a03..039a7c240 100644
--- a/core/perl/PKGBUILD
+++ b/core/perl/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=perl
pkgver=5.18.0
pkgrel=1
pkgdesc="A highly capable, feature-rich programming language"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
license=('GPL' 'PerlArtistic')
url="http://www.perl.org"
groups=('base')
@@ -37,7 +37,7 @@ prepare() {
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- if [ "${CARCH}" = "x86_64" ]; then
+ if [ "${CARCH}" != "i686" ]; then
# for x86_64
arch_opts="-Dcccdlflags='-fPIC'"
else