guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch wip-lightening-riscv updated: build: Mark riscv64


From: Ludovic Courtès
Subject: [Guile-commits] branch wip-lightening-riscv updated: build: Mark riscv64 as a supported JIT target.
Date: Tue, 31 Jan 2023 15:42:31 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch wip-lightening-riscv
in repository guile.

The following commit(s) were added to refs/heads/wip-lightening-riscv by this 
push:
     new b5ed3828a build: Mark riscv64 as a supported JIT target.
b5ed3828a is described below

commit b5ed3828a270bbe7de31f61fdec929b90bdb0fb9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jan 31 16:20:47 2023 +0100

    build: Mark riscv64 as a supported JIT target.
    
    * acinclude.m4: Add "riscv64".
---
 acinclude.m4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/acinclude.m4 b/acinclude.m4
index da1b971df..f121de76b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,6 +1,6 @@
 dnl -*- Autoconf -*-
 
-dnl Copyright (C) 1997,1999-2002,2004,2006-2011,2013,2018-2019,2022
+dnl Copyright (C) 1997,1999-2002,2004,2006-2011,2013,2018-2019,2022-2023
 dnl   Free Software Foundation, Inc.
 dnl
 dnl This file is part of GUILE
@@ -539,6 +539,7 @@ AC_DEFUN([GUILE_ENABLE_JIT], [
     i?86|x86_64|amd64)    JIT_AVAILABLE=yes ;;
     *arm*)                JIT_AVAILABLE=yes ;;
     aarch64)              JIT_AVAILABLE=yes ;;
+    riscv64)              JIT_AVAILABLE=yes ;;
     *)                                      ;;
   esac
   AC_MSG_RESULT($JIT_AVAILABLE)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]