aboutsummaryrefslogtreecommitdiffstats
path: root/community/gcc6/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:15:21 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:15:21 +0000
commit10f2068370830d67a80a8fc5b3a0a3e63e630cb3 (patch)
tree1ce2e7f81451a0547dcffdffd96bfe71cdb535c5 /community/gcc6/APKBUILD
parent4bfcbed8967228448cb45e6fe1302210a21eb9a4 (diff)
downloadaports-10f2068370830d67a80a8fc5b3a0a3e63e630cb3.tar.bz2
aports-10f2068370830d67a80a8fc5b3a0a3e63e630cb3.tar.xz
community/gcc6: disable on mips
Diffstat (limited to 'community/gcc6/APKBUILD')
-rw-r--r--community/gcc6/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gcc6/APKBUILD b/community/gcc6/APKBUILD
index febf007994..d41524ca28 100644
--- a/community/gcc6/APKBUILD
+++ b/community/gcc6/APKBUILD
@@ -6,7 +6,7 @@ pkgname="$pkgname"
pkgrel=11 # Update java-gcj-compat _gccpkgrel so it matchs!
pkgdesc="The GNU Compiler Collection"
url="https://gcc.gnu.org/"
-arch="all"
+arch="all !mips !mips64" # FTBFS on mips
license="GPL LGPL"
_gccrel=$pkgver-r$pkgrel
depends="binutils isl"