From: simonmar Date: Wed, 27 Aug 2003 13:56:37 +0000 (+0000) Subject: [project @ 2003-08-27 13:56:37 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~516 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6628972212cd1837f4c6957eec886214325bb1cc;p=ghc-hetmet.git [project @ 2003-08-27 13:56:37 by simonmar] Add x86_64-unknown-linux. Personally I think amd64 is a better name than x86_64, but it looks like that's what the GNU folks have gone for. --- diff --git a/configure.ac b/configure.ac index 319e54a..def4085 100644 --- a/configure.ac +++ b/configure.ac @@ -206,6 +206,15 @@ ia64-*-linux*) HostVendor_CPP='unknown' HostOS_CPP='linux' ;; +x86_64-*-linux*) + HostPlatform=x86_64-unknown-linux + TargetPlatform=x86_64-unknown-linux + BuildPlatform=x86_64-unknown-linux + HostPlatform_CPP='x86_64_unknown_linux' + HostArch_CPP='x86_64' + HostVendor_CPP='unknown' + HostOS_CPP='linux' + ;; m68k-next-nextstep2) HostPlatform_CPP='m68k_next_nextstep2' HostArch_CPP='m68k'