From: Samuel Thibault Date: Wed, 15 Jan 2025 07:23:51 +0000 (+0100) Subject: Enable native backend on hurd-amd64 X-Git-Tag: archive/raspbian/5.3.0-2+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f94fc1b24af12c3650474dd22ac007525423a673;p=ocaml.git Enable native backend on hurd-amd64 Bug-Debian: https://bugs.debian.org/1086600 Forwarded: https://github.com/ocaml/ocaml/pull/13587 Gbp-Pq: Name 0007-Enable-native-backend-on-hurd-amd64.patch --- diff --git a/configure.ac b/configure.ac index af1ea7b3..2f5d2a1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1490,7 +1490,7 @@ AS_CASE([$host], [x86_64-*-linux*], [has_native_backend=yes; arch=amd64; system=linux], [x86_64-*-gnu*], - [arch=amd64; system=gnu], + [has_native_backend=yes; arch=amd64; system=gnu], [x86_64-*-dragonfly*], [arch=amd64; system=dragonfly], [x86_64-*-solaris*],