From: Svante Signell Date: Tue, 5 Nov 2024 23:21:23 +0000 (+0100) Subject: Add kfreebsdgnu to GHC_CONVERT_OS in aclocal.m4 X-Git-Tag: archive/raspbian/9.6.6-4+rpi1^2^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5c03d44d5f4fee6181d0c1b23107998e2144ae5c;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" ;;