summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorKate <kit.ty.kate@disroot.org>2022-03-07 19:35:44 +0000
committerKate <kit.ty.kate@disroot.org>2022-08-26 16:23:13 +0100
commitf1fde119462fb4e5c45dbc66dc7745f13a8454f5 (patch)
treef3d85788d63cf6bf489cfa371c3373157ed11489 /configure
parent284244aa41cc3e241197f6e6267d70a1ceca670f (diff)
downloadocaml-f1fde119462fb4e5c45dbc66dc7745f13a8454f5.tar.gz
Enable native code on NetBSD/aarch64
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index ad37f55502..96ff8296c9 100755
--- a/configure
+++ b/configure
@@ -14326,6 +14326,8 @@ if test x"$supports_shared_libraries" = 'xtrue'; then :
natdynlink=true ;; #(
aarch64-*-openbsd*) :
natdynlink=true ;; #(
+ aarch64-*-netbsd*) :
+ natdynlink=true ;; #(
riscv*-*-linux*) :
natdynlink=true ;; #(
*) :
@@ -14448,6 +14450,8 @@ case $host in #(
arch=arm64; system=freebsd ;; #(
aarch64-*-openbsd*) :
arch=arm64; system=openbsd ;; #(
+ aarch64-*-netbsd*) :
+ arch=arm64; system=netbsd ;; #(
*) :
;;
esac