aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-05-18 14:49:43 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-05-18 14:50:31 +0300
commit13fda9b9a7a45356da67ada2a822ee1f09925703 (patch)
treec8dcd999fcb0c2f94f72b021269fd59acb4f387f
parentccdcddffd5cb52d046f5b501130cc116a5bb7812 (diff)
downloadaports-13fda9b9a7a45356da67ada2a822ee1f09925703.tar.bz2
aports-13fda9b9a7a45356da67ada2a822ee1f09925703.tar.xz
testing/vpcs: disable on armf
Fails to build: gcc -O2 -m32 -DLinux -Di386 -DHV -Wall -I. -DTAP -c vpcs.c gcc -O2 -m32 -DLinux -Di386 -DHV -Wall -I. -DTAP -c daemon.c gcc -O2 -m32 -DLinux -Di386 -DHV -Wall -I. -DTAP -c readline.c gcc -O2 -m32 -DLinux -Di386 -DHV -Wall -I. -DTAP -c packets.c gcc: error: unrecognized command line option '-m32' gcc: error: unrecognized command line option '-m32' Based on -m32 and -Di386 the arm architecture is not recognized or supported at all.
-rw-r--r--testing/vpcs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/vpcs/APKBUILD b/testing/vpcs/APKBUILD
index 65904964c3..9a6023ff3f 100644
--- a/testing/vpcs/APKBUILD
+++ b/testing/vpcs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.8
pkgrel=0
pkgdesc="Simple virtual PC simulator"
url="http://sourceforge.net/projects/vpcs/"
-arch="all"
+arch="x86 x86_64"
license="BSD"
depends=""
depends_dev=""