diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-15 21:51:32 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-15 21:51:32 +0200 |
commit | 4b831f27dca3298740b9e5786dfcf9536f997365 (patch) | |
tree | 88680cafe13000877c01f42caec09f655496556b /testing/systemc | |
parent | 958a8ae7e789dec3721f9f109225dc1f6b463770 (diff) | |
download | aports-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.
Diffstat (limited to 'testing/systemc')
-rw-r--r-- | testing/systemc/APKBUILD | 2 |
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="" |