From: simonmar Date: Fri, 25 May 2001 13:49:35 +0000 (+0000) Subject: [project @ 2001-05-25 13:49:35 by simonmar] X-Git-Tag: Approximately_9120_patches~1870 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2e99b484ce94ee53e9e0c831eeee5de9f55573ee;p=ghc-hetmet.git [project @ 2001-05-25 13:49:35 by simonmar] we're only supporting NetBSD/ELF now, not a.out (Lennart's suggestion) --- diff --git a/configure.in b/configure.in index 2e5581e..ed320f1 100644 --- a/configure.in +++ b/configure.in @@ -156,15 +156,6 @@ i[[3456]]86-*-freebsd2*) # Older FreeBSDs are a.out HostVendor_CPP='unknown' HostOS_CPP='freebsd2' ;; -i[[3456]]86-*-netbsd1\.[0-4]) # Older NetBSDs are a.out - HostPlatform=i386-unknown-netbsdaout # hack again - TargetPlatform=i386-unknown-netbsdaout - BuildPlatform=i386-unknown-netbsdaout - HostPlatform_CPP='i386_unknown_netbsdaout' - HostArch_CPP='i386' - HostVendor_CPP='unknown' - HostOS_CPP='netbsd' - ;; i[[3456]]86-*-netbsd*) HostPlatform=i386-unknown-netbsd # hack again TargetPlatform=i386-unknown-netbsd