Retro68/gcc/gotools
Wolfgang Thaller 70cf4d1e0b gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
..
ChangeLog gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
Makefile.am gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
Makefile.in gcc 12.2.0 and newlib 4.2.0 (484d2ebf8d82) 2022-10-27 20:55:19 +02:00
README Update gcc to 5.2.0 2015-08-28 17:33:40 +02:00
aclocal.m4 gcc-9.1 2019-06-20 20:10:10 +02:00
configure gcc-9.1 2019-06-20 20:10:10 +02:00
configure.ac gcc-9.1 2019-06-20 20:10:10 +02:00
go.1 Update gcc to 5.2.0 2015-08-28 17:33:40 +02:00
gofmt.1 Update gcc to 5.2.0 2015-08-28 17:33:40 +02:00

README

This directory builds tools used by people working in the Go language.
The source code for these tools lives in libgo/go/cmd, where it is
copied from the master gofrontend repository.  This directory contains
only the configure/Makefile instructions required to build the tools.

This directory builds two programs for general use: go and gofmt.  It
also builds one program for internal use by the go tool: cgo.  For
more information on these tools see the doc.go files in the relevant
source code, which can also be seen hosted at golang.org:

http://golang.org/cmd/go
http://golang.org/cmd/gofmt
http://golang.org/cmd/cgo