diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 672de79..9e04218 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -2409,6 +2409,7 @@ check-DEJAGNU: site.exp cp site.exp testsuite/site.exp rootme=`pwd`; export rootme; \ srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \ + LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ EXPECT=${EXPECT} ; export EXPECT ; \ runtest=$(RUNTEST); \ cd testsuite; \ |