diff options
-rw-r--r-- | community/gcc6/APKBUILD | 2 |
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" |