From: dons Date: Thu, 28 Aug 2003 04:52:02 +0000 (+0000) Subject: [project @ 2003-08-28 04:52:02 by dons] X-Git-Tag: Approx_11550_changesets_converted~512 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3d27348ae845d075fefcae0523fd4c8e71d7c580;hp=cab3c5cb1a0038412472172cb0b25bc81dfdde8f [project @ 2003-08-28 04:52:02 by dons] m68k-apple-netbsd is now guessed as m68k-unknown-netbsd, that's alright though. --- diff --git a/configure.ac b/configure.ac index bba4b3c..b8d1116 100644 --- a/configure.ac +++ b/configure.ac @@ -245,13 +245,13 @@ 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' +m68k-*-netbsd*) + HostPlatform=m68k-unknown-netbsd + TargetPlatform=m68k-unknown-netbsd + BuildPlatform=m68k-unknown-netbsd + HostPlatform_CPP='m68k_unknown_netbsd' HostArch_CPP='m68k' - HostVendor_CPP='apple' + HostVendor_CPP='unknown' HostOS_CPP='netbsd' ;; m68k-sun-sunos4*)