summaryrefslogtreecommitdiffstats
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-05-08 12:14:15 +0000
committerAlan Modra <amodra@gmail.com>2012-05-08 12:14:15 +0000
commite5b62927f497d9afa39fc165da3f63bd44fb8474 (patch)
tree87c5680e758d043601ecfa85c382a941975c4451 /gas/Makefile.am
parent3a7341d8b6808a7de23b2f550f08fdd4870113ad (diff)
downloadppe42-binutils-e5b62927f497d9afa39fc165da3f63bd44fb8474.tar.gz
ppe42-binutils-e5b62927f497d9afa39fc165da3f63bd44fb8474.zip
* Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
LC and LANG environment vars. * Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 2ae007d3ed..9fca6c5a49 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -393,7 +393,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; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=${EXPECT} ; export EXPECT ; \
runtest=$(RUNTEST); \
cd testsuite; \
OpenPOWER on IntegriCloud