summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index da032aa067..a7f330f876 100755
--- a/configure
+++ b/configure
@@ -14443,7 +14443,9 @@ case $host in #(
arch=amd64; system=mingw64 ;; #(
aarch64-*-linux*) :
arch=arm64; system=linux ;; #(
- aarch64-*-openbsd*) :
+ aarch64-*-freebsd*) :
+ arch=arm64; system=freebsd ;; #(
+ aarch64-*-openbsd*) :
arch=arm64; system=openbsd ;; #(
*) :
;;