diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-10-26 02:43:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-10-26 02:43:35 +0000 |
commit | c404b3b9c6b7ecdfcfbe456ccc07821135b19c90 (patch) | |
tree | 512f46546e5285e84a6525cea9699e1bc536e3b2 /gcc | |
parent | 03f7544f8d39d2c1f65280f5c78fde03e3d723c2 (diff) | |
download | gcc-c404b3b9c6b7ecdfcfbe456ccc07821135b19c90.zip gcc-c404b3b9c6b7ecdfcfbe456ccc07821135b19c90.tar.gz gcc-c404b3b9c6b7ecdfcfbe456ccc07821135b19c90.tar.bz2 |
libgo: don't use wc in gotest
The wc command is not in the GNU approved list of Makefile utilities
(https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html#Utilities-in-Makefiles).
Reviewed-on: https://go-review.googlesource.com/c/144897
From-SVN: r265515
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 188ada0..ada5f3f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -407a59831ea4fbfe03f0887c40497b73939e7c44 +0a58bd7d820dac8931e8da5b291f19c3c7e6bee3 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |