Files
mercury/m4
Julien Fischer 4b5c94c050 Work towards supporting 64-bit Windows with MSVC.
compiler/globals.m:
     Extend c_compiler_type to distinguish between versions of MSVC
     that target x86 and those that target x86_64 (x64).

compiler/handle_options.m:
     Update the list of valid C compiler types.

compiler/compile_target_code.m:
     Handle versions of MSVC that generate x86_64 code.

m4/mercury.m4:
    Distinguish between versions of MSVC that target x86 and those
    that target x86_64.

configure.ac:
    Generate the new values of --c-compiler-type for MSVC.

    Determine the CPU type to pass to boehm_gc/NT_MAKEFILE.
    (This will also require an update to boehm_gc/Mmakefile; this change does
    not do that.)

Mmake.common.in:
    Add a new variable for setting the CPU type for boehm_gc/NT_MAKEFILE.
2023-06-25 16:19:01 +10:00
..