aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-10-15 21:51:32 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-15 21:51:32 +0200
commit4b831f27dca3298740b9e5786dfcf9536f997365 (patch)
tree88680cafe13000877c01f42caec09f655496556b
parent958a8ae7e789dec3721f9f109225dc1f6b463770 (diff)
downloadaports-4b831f27dca3298740b9e5786dfcf9536f997365.tar.bz2
aports-4b831f27dca3298740b9e5786dfcf9536f997365.tar.xz
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.
-rw-r--r--testing/systemc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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=""