]> Cypherpunks repositories - gostls13.git/commit
ld: bump pe linker version to 3.0 to allow code signing
authorMikkel Krautz <mikkel@krautz.dk>
Tue, 18 Oct 2011 04:31:55 +0000 (15:31 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 18 Oct 2011 04:31:55 +0000 (15:31 +1100)
commitc9bf048337c1a68d467195b3b747073f76e5f063
treec85c645a6c67141d987cbb5f225368d31f7fa846
parent82704f04ef0a8d6dcc437c9e4a9740abbb813485
ld: bump pe linker version to 3.0 to allow code signing

The Windows signtool.exe thinks our binaries are 'invalid
Win32 programs' unless the PE linker version field is 3.0
or greater.

This minor change makes it possible to successfully sign
gc-built binaries on Windows.

R=golang-dev, alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/5268045
src/cmd/ld/pe.c