emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 686259e: * configure.ac: Revert prev commit and fix


From: Andrea Corallo
Subject: feature/native-comp 686259e: * configure.ac: Revert prev commit and fix native-comp NetBSD build.
Date: Wed, 14 Apr 2021 18:00:20 -0400 (EDT)

branch: feature/native-comp
commit 686259e65aa7121683c0c65e45ce48adb08ddb58
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * configure.ac: Revert prev commit and fix native-comp NetBSD build.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0e91a49..3298032 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3826,7 +3826,7 @@ if test "${with_native_compilation}" != "no"; then
       # mingw32 loads the library dynamically.
       mingw32) ;;
       # OpenBSD doesn't have libdl, all the functions are in libc
-      freebsd|openbsd)
+      netbsd|openbsd)
         LIBGCCJIT_LIB="-lgccjit" ;;
       *)
         LIBGCCJIT_LIB="-lgccjit -ldl" ;;



reply via email to

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