Branch: Tag:

2014-12-04

2014-12-04 19:23:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Configure: Enable the full address space on NT.

The default address space on NT is just 31 bits. Attempt to
get the linker to enable the full addressspace.

2441:    dynamic_crt_flag=-MD    static_crt_flag=-MT    fi +  # We want the full 32-bit address space (not the default 31-bit). +  AC_SYS_COMPILER_FLAG(-LARGEADDRESSAWARE,LARGEADDRESSAWARE,LDFLAGS)    ;;    esac