aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-01-21 23:05:52 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-01-21 23:05:52 +0000
commitea31c98daba7d3459dc5500049876fe0a71a89d3 (patch)
tree9dc7ee584a37d93ea00455a5ec27d75fa464bf58 /libgo/Makefile.in
parenta9647bf912b9d2eeb9297bb96d5274eb8c9ed75c (diff)
downloadgcc-ea31c98daba7d3459dc5500049876fe0a71a89d3.zip
gcc-ea31c98daba7d3459dc5500049876fe0a71a89d3.tar.gz
gcc-ea31c98daba7d3459dc5500049876fe0a71a89d3.tar.bz2
libgo: fix building, and some testing, on Solaris
Restore some of the fixes that were applied to golang_org/x/net/lif but were lost when 1.12 moved the directory to internal/x/net/lif. Add support for reading /proc to fetch argc/argv/env for c-archive mode. Reviewed-on: https://go-review.googlesource.com/c/158640 From-SVN: r268130
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r--libgo/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 1695dd0..abda064 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -1131,7 +1131,7 @@ extra_check_libs_cmd_vet_internal_cfg = $(abs_builddir)/libgotool.a
@LIBGO_IS_SOLARIS_TRUE@ internal/x/net/lif.lo
@LIBGO_IS_SOLARIS_TRUE@internal_x_net_lif_check = \
-@LIBGO_IS_SOLARIS_TRUE@ internal_org/x/net/lif/check
+@LIBGO_IS_SOLARIS_TRUE@ internal/x/net/lif/check
TPACKAGES = $(shell cat $(srcdir)/check-packages.txt)
TEST_PACKAGES = $(addsuffix /check,$(TPACKAGES)) \