From 853c5ef890ef846f23784f94fc324319ce976e9d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 11 May 2018 06:25:47 +0200 Subject: build: Enable RISC-V SMP build Update #3433. --- aclocal/enable-smp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal') diff --git a/aclocal/enable-smp.m4 b/aclocal/enable-smp.m4 index e6461de685..b8767923c7 100644 --- a/aclocal/enable-smp.m4 +++ b/aclocal/enable-smp.m4 @@ -8,7 +8,7 @@ AC_ARG_ENABLE(smp, [case "${enableval}" in yes) test -z $enable_rtemsbsp && AC_MSG_ERROR([SMP requires BSPs to be provided, none have, see --enable-rtemsbsp]) case "${RTEMS_CPU}" in - arm|powerpc|sparc|i386) RTEMS_HAS_SMP=yes ;; + arm|powerpc|riscv*|sparc|i386) RTEMS_HAS_SMP=yes ;; *) RTEMS_HAS_SMP=no ;; esac ;; -- cgit v1.2.3