From: dons Date: Sun, 8 Dec 2002 09:28:07 +0000 (+0000) Subject: [project @ 2002-12-08 09:28:07 by dons] X-Git-Tag: Approx_11550_changesets_converted~1383 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=124bc719536934cdd193d5c3ff6dd2bc1a330588;p=ghc-hetmet.git [project @ 2002-12-08 09:28:07 by dons] config.guess says "m68k-apple-netbsd1.6", and that's fine. --- diff --git a/configure.in b/configure.in index 32f7b26..019fb5d 100644 --- a/configure.in +++ b/configure.in @@ -242,6 +242,15 @@ m68k-*-openbsd*) HostVendor_CPP='unknown' HostOS_CPP='openbsd' ;; +m68k-apple-netbsd*) + HostPlatform=m68k-apple-netbsd + TargetPlatform=m68k-apple-netbsd + BuildPlatform=m68k-apple-netbsd + HostPlatform_CPP='m68k_apple_netbsd' + HostArch_CPP='m68k' + HostVendor_CPP='apple' + HostOS_CPP='netbsd' + ;; m68k-sun-sunos4*) HostPlatform=m68k-sun-sunos4 TargetPlatform=m68k-sun-sunos4 #hack