From 686259e65aa7121683c0c65e45ce48adb08ddb58 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 14 Apr 2021 23:58:23 +0200 Subject: [PATCH] * 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 0e91a49488c..3298032311f 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" ;; -- 2.39.5