constabulary / gb

gb, the project based build tool for Go
https://getgb.io/
MIT License
2.15k stars 150 forks source link

Add check to see if gcc supports -no-pie. (#607) #655

Closed rdwilliamson closed 7 years ago

rdwilliamson commented 7 years ago

Basically a copy of golang/go@b80b098bc523871d0657f8f68ed71882558f557f.

ghost commented 7 years ago

This fixes #607 for me on Ubuntu 16.10. :+1: Thanks @rdwilliamson.

davecheney commented 7 years ago

Hello,

I've fixed the build for the testing/testmain changes in Go 1.8, #657. Please rebase your change and push again.

Sorry for the delay, I've recently changed jobs.

Thanks

Dave

davecheney commented 7 years ago

Closes #607