X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=bba4b3cd5a4fd442df515eeb1165352b730da182;hb=cab3c5cb1a0038412472172cb0b25bc81dfdde8f;hp=319e54a2bc98cde7ae535dbf841173ecd5da80d2;hpb=88d2cf35d63e56fa01e98eb03d5271a846519c09;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 319e54a..bba4b3c 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' @@ -718,10 +727,10 @@ fi AC_ARG_WITH(greencard, [ --with-greencard= - Use a command different from 'green-card' to compile GreenCard files + Use a command different from 'greencard' to compile GreenCard files ], [ -GreencardCmd=$withval; +GreenCardCmd=$withval; FPTOOLS_GREENCARD(3.00) ] )