gcc/libgo/testsuite
Ian Lance Taylor 58aeb75d40 runtime: call timer functions via syscall
It turns out to be painful to require linking against -lrt on
GNU/Linux, as that makes it harder to link Go code into C programs.
Instead just call the timer syscalls directly.  That is what the
upstream library does anyhow.

gcc/go/
	* gospec.cc: Revert 2022-02-09 change:
	(RTLIB, RT_LIBRARY): Don't define.
	(lang_specific_driver): Don't add -lrt if linking statically
	on GNU/Linux.

gotools/
	* configure.ac: Revert 2022-02-09 change:
	(RT_LIBS): Don't define.
	* Makefile.am (check-runtime): Don't set GOLIBS to $(RT_LIBS).
	* configure, Makefile.in: Regenerate.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/385475
2022-02-13 11:03:45 -08:00
..
config
lib libgo: fix DejaGNU testsuite compiler when using build sysroot 2019-11-11 23:28:54 +00:00
libgo.testmain testmain.exp: link against GOLIBS 2019-11-15 21:14:29 +00:00
Makefile.am libgo: fix DejaGNU testsuite compiler when using build sysroot 2019-11-11 23:28:54 +00:00
Makefile.in runtime: call timer functions via syscall 2022-02-13 11:03:45 -08:00
gotest libgo: update to Go1.18beta2 2022-02-11 15:01:19 -08:00
libgo-test-support.exp.in libgo: fix DejaGNU testsuite compiler when using build sysroot 2019-11-11 23:28:54 +00:00