From 0d31c8ec3fd9d1e8a16cac8605c862fbede07d46 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Mon, 14 Feb 2022 00:16:23 +0000 Subject: Daily bump. --- gcc/go/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/go') diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index dd94ab3..f50a60b7 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,10 @@ +2022-02-13 Ian Lance Taylor + + * 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. + 2022-02-09 Ian Lance Taylor * gospec.cc (RTLIB, RT_LIBRARY): Define. -- cgit v1.1 From 24ca97325cab7bc454c785d55f37120fe7ea6f74 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 16 Feb 2022 11:30:04 -0800 Subject: libgo: restore building on Solaris Add build tags and a few other changes so that libgo builds on Solaris. Patch partially from Rainer Orth. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/386215 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 745132a..3742414 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -0af68c0552341a44f1fb12301f9eff954b9dde88 +3742e8a154bfec805054b4ebf0809f12dc7694da The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1