diff options
Diffstat (limited to 'community/mingw32-gcc/PKGBUILD')
-rw-r--r-- | community/mingw32-gcc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mingw32-gcc/PKGBUILD b/community/mingw32-gcc/PKGBUILD index bf61f872b..4603b2af1 100644 --- a/community/mingw32-gcc/PKGBUILD +++ b/community/mingw32-gcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mingw32-gcc pkgver=4.7.0 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 \ |