]> granicus.if.org Git - postgresql/commit
Use --disable-auto-import linker switch in Mingw builds, too.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Feb 2014 17:03:53 +0000 (12:03 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Feb 2014 17:03:53 +0000 (12:03 -0500)
commit1c9acd5c86a71b8ab73bc139eb5e0ad292b9a7d4
tree68307131e3c372d405ab8fe6b381ad17f34367b2
parent30657b796c7fdcaf9c0eb9ac53d4bab6399eb65b
Use --disable-auto-import linker switch in Mingw builds, too.

This is evidently the default on buildfarm member narwhal, but that
is a pretty ancient Mingw version, and there is reason to think that
more recent versions of GNU ld have this feature turned on by default.
Since we are trying to achieve consistency of link behavior across
all Windows toolchains, let's just make sure here.
src/template/win32