From: Ian Lynagh Date: Fri, 6 Jun 2008 13:09:55 +0000 (+0000) Subject: Teach configure about amd64/NetBSD; fixes trac #2348 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=89ce706af6ca2670600b510bf8be8bce0b4fe9ef Teach configure about amd64/NetBSD; fixes trac #2348 --- diff --git a/configure.ac b/configure.ac index 8892ba0..a2e4e1d 100644 --- a/configure.ac +++ b/configure.ac @@ -170,6 +170,15 @@ amd64-*-freebsd*|x86_64-*-freebsd*) HostVendor_CPP='unknown' HostOS_CPP='freebsd' ;; +amd64-*-netbsd*|x86_64-*-netbsd*) + HostPlatform=x86_64-unknown-netbsd + TargetPlatform=x86_64-unknown-netbsd + BuildPlatform=x86_64-unknown-netbsd + HostPlatform_CPP='x86_64_unknown_netbsd' + HostArch_CPP='x86_64' + HostVendor_CPP='unknown' + HostOS_CPP='netbsd' + ;; arm*-linux*) HostPlatform=arm-unknown-linux # hack again TargetPlatform=arm-unknown-linux