aboutsummaryrefslogtreecommitdiff
path: root/emulators/dps8m
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-30 00:03:18 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-30 00:03:18 +0000
commit9f6e49c4b0f1cb3982c9b87ff1038dcf5ff17a0b (patch)
treefb81ddc2b9c086ad35cb36cfc7b2aaba9ec4ed5a /emulators/dps8m
parent547397723678cd4d68d95ac24b7e98ccf197f0c2 (diff)
downloadports-9f6e49c4b0f1cb3982c9b87ff1038dcf5ff17a0b.tar.gz
ports-9f6e49c4b0f1cb3982c9b87ff1038dcf5ff17a0b.zip
emulators/dps8m: enable on riscv64
Diffstat (limited to 'emulators/dps8m')
-rw-r--r--emulators/dps8m/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dps8m/Makefile b/emulators/dps8m/Makefile
index 90c833d8eca0..047884d65e47 100644
--- a/emulators/dps8m/Makefile
+++ b/emulators/dps8m/Makefile
@@ -11,7 +11,7 @@ LICENSE_NAME= ICU license
LICENSE_FILE= ${WRKSRC}/LICENSE.md
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-ONLY_FOR_ARCHS= aarch64 amd64 powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 riscv64
ONLY_FOR_ARCHS_REASON= __uint128_t is only implemented on 64-bit platforms
LIB_DEPENDS= libuv.so:devel/libuv
@@ -22,6 +22,7 @@ USE_GITLAB= yes
GL_COMMIT= 572f79bb4f0f84a8b16c3892c894c2b9ed64b458
CFLAGS_powerpc64= -Datomic_testandset_64=atomic_testandset_long
+CFLAGS_riscv64= -Datomic_testandset_64=atomic_testandset_long
MAKEFILE= GNUmakefile
MAKE_ARGS+= V=1 ATOMICS=BSD