This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch RFA: Support for building Go tools


On Wed, Jan 14, 2015 at 11:07 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
>
>> This patch adds support to the GCC tree for building tools that are
>> used with Go.  There are two external used tools (go, gofmt) and one
>> tool used internally by go (cgo).  This patch is pure machinery, with
>> no source code.  The tools are not built by default, only when go is
>> enabled using --enable-languages.  For the moment the tools are also
>> not built when building a cross-compiler, although I hope to change
>> that when I figure out what is needed.
>
> Attached is the patch that enables gotools on alpha/linux.
>
> Tested on alpha-linux-gnu, cgo, go and gofmt executables run without problems.

Thanks.  Committed.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]