Descriptioncmd/cgo: use explicit flag to emit dynamic linker path
Using -import_runtime_cgo would have worked great except
that it doesn't get passed to the second invocation of cgo,
and that's the one that writes the relevant file.
Fixes ARM build on systems with a different dynamic linker
than the one 5l assumes (like Gentoo).
Patch Set 1 #Patch Set 2 : diff -r 16c93a202587 https://code.google.com/p/go #Patch Set 3 : diff -r 16c93a202587 https://code.google.com/p/go #Patch Set 4 : diff -r 641f05de9e68 https://go.googlecode.com/hg/ #
MessagesTotal messages: 5
|