From 4b831f27dca3298740b9e5786dfcf9536f997365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 15 Oct 2018 21:51:32 +0200 Subject: testing/systemc: only build on x86 and x86_64 All other architectures (ppc64le, armhf and aarch64) fail during configure with the following message: configure: error: "sorry...architecture not supported" Meaning: Upstream doesn't support them. --- testing/systemc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/systemc/APKBUILD b/testing/systemc/APKBUILD index de5614de3b..cbf0c0e518 100644 --- a/testing/systemc/APKBUILD +++ b/testing/systemc/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.3.2 pkgrel=0 pkgdesc="C++ library for modeling and describing complex hardware systems" url="http://www.accellera.org/downloads/standards/systemc" -arch="all" +arch="x86 x86_64" # upstream only supports x86* license="Apache-2.0" depends="" depends_dev="" -- cgit v1.2.3