diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 00b5cccd80cb..16beba1d8439 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -d51890dc96a2a33484623728bdc8ac258645e9cc +24e0c4c98e0614b1892316aca787f1c564f2d269 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/match.sh b/libgo/match.sh index f626112642b8..23db19478fa1 100755 --- a/libgo/match.sh +++ b/libgo/match.sh @@ -10,10 +10,10 @@ set -e -unset LANG +LANG=C LC_ALL=C LC_CTYPE=C -export LC_ALL LC_CTYPE +export LANG LC_ALL LC_CTYPE srcdir="" goarch="" diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 5fc888bddecf..980e9483a6f5 100755 --- a/libgo/testsuite/gotest +++ b/libgo/testsuite/gotest @@ -10,9 +10,10 @@ # Makes egrep,grep work better in general if we put them # in ordinary C mode instead of what the current language is. -unset LANG -export LC_ALL=C -export LC_CTYPE=C +LANG=C +LC_ALL=C +LC_CTYPE=C +export LANG LC_ALL LC_CTYPE GC=${GC:-gccgo} GL=${GL:-${GC-gccgo}}