From dfada42dc2d37240d848dfd28753e5bf3b322f3f Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sun, 7 Aug 2011 13:57:08 +0100 Subject: [PATCH] Add a case for kfreebsdgnu in Platforms.hs --- compiler/utils/Platform.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/utils/Platform.hs b/compiler/utils/Platform.hs index 40e4a015df81..cff4a626e669 100644 --- a/compiler/utils/Platform.hs +++ b/compiler/utils/Platform.hs @@ -116,6 +116,8 @@ defaultTargetOS = OSSolaris2 defaultTargetOS = OSMinGW32 #elif freebsd_TARGET_OS defaultTargetOS = OSFreeBSD +#elif kfreebsdgnu_TARGET_OS +defaultTargetOS = OSFreeBSD #elif openbsd_TARGET_OS defaultTargetOS = OSOpenBSD #else -- GitLab