]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcarchive: don't force -no_pie on Darwin
authorElias Naur <elias.naur@gmail.com>
Fri, 6 May 2016 13:09:57 +0000 (15:09 +0200)
committerElias Naur <elias.naur@gmail.com>
Fri, 6 May 2016 15:19:55 +0000 (15:19 +0000)
commite558fdbd9a3865dd383f50524bb8a18b9e6a0cb0
treed3b517969aab074888075c7901548293f93f80e4
parent009c002c925e391e5a7a406c9175aefafb6c9e3c
misc/cgo/testcarchive: don't force -no_pie on Darwin

Now that darwin/arm supports position independent code, allow the
binaries generated by the c-archive tests be position independent
(PIE) as well.

Change-Id: If0517f06e92349ada29a4e3e0a951f08b0fcc710
Reviewed-on: https://go-review.googlesource.com/22841
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testcarchive/carchive_test.go