x86_64-linux-gnu-gccgo
Go compiler, based on the GCC backend
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-gccgo.sh
- Debian
-
apt-get install gccgo
- Ubuntu
-
apt-get install gccgo
- Kali Linux
-
apt-get install gccgo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gccgo
- Raspbian
-
apt-get install gccgo
- Dockerfile
- dockerfile.run/x86_64-linux-gnu-gccgo
gccgo
Go compiler, based on the GCC backend
This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. This is a dependency package providing the default GNU Go compiler.