Ian Lance Taylor
1913c1bf5c
configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET.
...
* configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET.
* Makefile.am (MOSTLYCLEANFILES): Add check-gcc.
(check-gccgo): Create via a temporary file.
(check-gcc): New target.
(CHECK_ENV): Set CC.
(ECHO_ENV): Report CC.
(check-go-tool): Depend on check-gcc.
(check-runtime, check-cgo-test, check-carchive-test): Likewise.
* configure, Makefile.in: Rebuild.
From-SVN: r251540
2017-08-30 18:27:17 +00:00
Ian Lance Taylor
e2fea9319e
re PR go/80964 (cross-gotools are not executable on host system)
...
PR go/80964
* configure.ac: Set NATIVE if host_alias = target_alias.
* configure: Rebuild.
From-SVN: r249172
2017-06-13 19:56:45 +00:00
Michael Haubenwallner
3211f4c2bf
gotools: Bump to automake 1.11.6
...
2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
* Makefile.in: Regenerated with automake-1.11.6.
* aclocal.m4: Likewise.
* configure: Likewise.
From-SVN: r223129
2015-05-13 10:59:14 +00:00
Rainer Orth
5bd8d5c12c
Link with -lrt on Solaris 10
...
* configure.ac: Check if sched_yield and/or nanosleep need -lrt.
* configure: Regenerate.
* Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
with $(LIBS).
* Makefile.in: Regenerate.
From-SVN: r219882
2015-01-20 09:26:50 +00:00
Ian Lance Taylor
85d7b5d5c5
configure.ac: Check for networking libraries; see NET_LIBS.
...
* configure.ac: Check for networking libraries; see NET_LIBS.
* Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
(gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
* configure, Makefile.in: Rebuild.
From-SVN: r219690
2015-01-15 21:10:09 +00:00
Ian Lance Taylor
bf1de3f0ac
configure.ac (host_tools): Add gotools.
...
./:2015-01-09 Ian Lance Taylor <iant@google.com>
* configure.ac (host_tools): Add gotools.
* Makefile.def (host_modules): Add gotools.
(dependencies): Add dependency of all-gotools on all-target-libgo.
gcc/go/:
2015-01-09 Ian Lance Taylor <iant@google.com>
* config-lang.in (lang_dirs): Define.
gotools/:
2015-01-09 Ian Lance Taylor <iant@google.com>
* Initial implementation.
From-SVN: r219407
2015-01-09 21:23:09 +00:00