diff --git a/testing/tcc/APKBUILD b/testing/tcc/APKBUILD index 56bd618d0e8..23d62409105 100644 --- a/testing/tcc/APKBUILD +++ b/testing/tcc/APKBUILD @@ -7,7 +7,8 @@ _commit="7d1bbc80d4978c128b8ebead42485d7a79624dcd" pkgrel=0 pkgdesc="Tiny C Compiler" url="https://repo.or.cz/w/tinycc.git" -arch="all !ppc64le !s390x" +#loongarch64: Unsupported CPU +arch="all !ppc64le !s390x !loongarch64" license="LGPL-2.1-or-later" makedepends="texinfo" options="!check" # test suite currently fails on the server