[Bug go/65570] cannot find package runtime/cgo

2015-03-25 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65570

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Ian Lance Taylor ian at airs dot com ---
Fixed.


[Bug go/65570] cannot find package runtime/cgo

2015-03-25 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65570

--- Comment #1 from ian at gcc dot gnu.org ian at gcc dot gnu.org ---
Author: ian
Date: Wed Mar 25 21:19:01 2015
New Revision: 221673

URL: https://gcc.gnu.org/viewcvs?rev=221673root=gccview=rev
Log:
PR go/65570
libgo/Makefile.am: add runtime/cgo to list of standard packages

The runtime/cgo package is treated specially by the go tool.
It needs to know that it is always available for gccgo.

Modified:
trunk/libgo/Makefile.am
trunk/libgo/Makefile.in