diff options
| author | Andrew Dunstan | 2011-01-31 00:56:46 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2011-01-31 00:56:46 +0000 |
| commit | 91812df4ed0facfb90bec3f9430dd5a97d56f695 (patch) | |
| tree | 09e3d6d3f5ee3cfe1e4884b373b1271574153ad6 /src/test | |
| parent | 9688c4e6f1516d2fc0db5d200112c4d91538878d (diff) | |
Enable building with the Mingw64 compiler.
This can be used to build 64 bit Windows binaries, not only on 64 bit
Windows but on supported cross-compiling hosts including 32 bit Windows,
Cygwin, Darwin and Linux.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/resultmap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index 7bfcee29b48..d02d221d56f 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -1,11 +1,14 @@ float4:out:i.86-pc-mingw32=float4-exp-three-digits.out +float4:out:x86_64-w64-mingw32=float4-exp-three-digits.out float4:out:i.86-pc-win32vc=float4-exp-three-digits.out float8:out:i.86-.*-freebsd=float8-small-is-zero.out float8:out:i.86-.*-openbsd=float8-small-is-zero.out float8:out:i.86-.*-netbsd=float8-small-is-zero.out float8:out:m68k-.*-netbsd=float8-small-is-zero.out float8:out:i.86-pc-mingw32=float8-exp-three-digits-win32.out +float8:out:x86_64-w64-mingw32=float8-exp-three-digits-win32.out float8:out:i.86-pc-win32vc=float8-exp-three-digits-win32.out float8:out:i.86-pc-cygwin=float8-small-is-zero.out int8:out:i.86-pc-mingw32=int8-exp-three-digits.out +int8:out:x86_64-w64-mingw32=int8-exp-three-digits.out int8:out:i.86-pc-win32vc=int8-exp-three-digits.out |
