commit | 068edb72653750c717aa6ea447b750157559325e | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <[email protected]> | Thu Feb 04 21:13:27 2021 -0800 |
committer | Andrew G. Morgan <[email protected]> | Thu Feb 04 21:31:39 2021 -0800 |
tree | 1af6c70d90223358e4d0f0dfb53bc46df5a2a370 | |
parent | ea1f4bf0d824dac4f43e181c811f9b741f776477 [diff] |
Make more uniform GO build options. Avoid building any of the GO stuff: make GOLANG=no ... Build with a specific build of GO: make GO=~/sdk/go1.16rc1/bin/go ... Also, now https://github.com/golang/go/issues/43149 is resolved in the go1.16rc1 build (it does not work in the go1.16beta1 but we don't support that one any more), remove the forced CGO use for the go/psx-signals build. Signed-off-by: Andrew G. Morgan <[email protected]>