From: Svante Signell Date: Sun, 15 Sep 2024 21:17:25 +0000 (+0300) Subject: Add kfreebsdgnu to GHC_CONVERT_OS in aclocal.m4 X-Git-Tag: archive/raspbian/9.6.6-2+rpi1~2^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e46f0dcd377a21f49bb97459b364af3c29129c6b;p=ghc.git Add kfreebsdgnu to GHC_CONVERT_OS in aclocal.m4 Bug-Debian: https://bugs.debian.org/913140 Gbp-Pq: Name kfreebsd-aclocal.m4 --- diff --git a/m4/ghc_convert_os.m4 b/m4/ghc_convert_os.m4 index 2f077910..920c383c 100644 --- a/m4/ghc_convert_os.m4 +++ b/m4/ghc_convert_os.m4 @@ -26,7 +26,7 @@ AC_DEFUN([GHC_CONVERT_OS],[ $3="mingw32" ;; # As far as I'm aware, none of these have relevant variants - freebsd|dragonfly|hpux|linuxaout|kfreebsdgnu|freebsd2|darwin|nextstep2|nextstep3|sunos4|ultrix|haiku) + freebsd|dragonfly|hpux|linuxaout|freebsd2|darwin|nextstep2|nextstep3|sunos4|ultrix|haiku) $3="$1" ;; msys) @@ -46,6 +46,9 @@ AC_DEFUN([GHC_CONVERT_OS],[ # i686-gentoo-freebsd8.2 $3="freebsd" ;; + kfreebsd*) + $3="kfreebsdgnu" + ;; nto-qnx*) $3="nto-qnx" ;;