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]

gotools patch committed: Always install cgo as cgo


The gotools Makefile was written to install cgo using
--program-transform-name.  That does not make sense, as cgo is an
internal program and the go tool will always look for the exact name
"cgo".  This patch fixes the problem by always installing cgo as
"cgo".  Bootstrapped and installed on x86_64-unknown-linux-gnu.
Committed to mainline.

Ian


2015-01-21  Ian Lance Taylor  <iant@google.com>

* Makefile.am (noinst_PROGRAMS): New variable.
(libexecsub_PROGRAMS): Remove variable.
(install-exec-local, uninstall-local): New targets.
* Makefile.in: Rebuild.

Attachment: foo.txt
Description: Text document


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