summaryrefslogtreecommitdiff
path: root/community/mingw32-gcc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mingw32-gcc/PKGBUILD')
-rw-r--r--community/mingw32-gcc/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mingw32-gcc/PKGBUILD b/community/mingw32-gcc/PKGBUILD
index e6cb07938..b3c07a59b 100644
--- a/community/mingw32-gcc/PKGBUILD
+++ b/community/mingw32-gcc/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=mingw32-gcc
pkgver=4.7.2
pkgrel=1
_uprel=1
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
pkgdesc="A C and C++ cross-compilers for building Windows executables on Linux"
depends=('mingw32-pthreads' 'mingw32-runtime' 'mingw32-binutils' 'mingw32-w32api'
'libmpc' 'elfutils' 'gmp')
@@ -41,7 +41,7 @@ build()
--build=$CHOST \
--prefix=/usr \
--libexecdir=/usr/lib \
- --with-bugurl=https://bugs.archlinux.org/ \
+ --with-bugurl=https://bugs.parabolagnulinux.org/ \
--enable-languages=c,c++ \
--enable-shared \
--enable-sjlj-exceptions \