summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/Makefile.am2
-rw-r--r--binutils/Makefile.in2
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/Makefile.am2
-rw-r--r--gas/Makefile.in2
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/Makefile.am2
-rw-r--r--ld/Makefile.in2
9 files changed, 24 insertions, 6 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 64be0a1b9e..a08836d449 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-08 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
+ LC and LANG environment vars.
+ * Makefile.in: Regenerate.
+
2012-05-07 Tom Tromey <tromey@redhat.com>
* dwarf.c (get_TAG_name): Use get_DW_TAG_name.
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index d57f7f8347..e492cb3841 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -158,7 +158,7 @@ CC_FOR_TARGET = ` \
check-DEJAGNU: site.exp
srcdir=`cd $(srcdir) && pwd`; export srcdir; \
r=`pwd`; export r; \
- LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index fd88edbcb0..3ac0d0aa9f 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -1238,7 +1238,7 @@ po/POTFILES.in: @MAINT@ Makefile
check-DEJAGNU: site.exp
srcdir=`cd $(srcdir) && pwd`; export srcdir; \
r=`pwd`; export r; \
- LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 55cbff83fa..2cc6360525 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-08 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
+ LC and LANG environment vars.
+ * Makefile.in: Regenerate.
+
2012-05-07 Alan Modra <amodra@gmail.com>
* Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
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; \
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 9e04218f05..77a3d525a3 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -2409,7 +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; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=${EXPECT} ; export EXPECT ; \
runtest=$(RUNTEST); \
cd testsuite; \
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 354c36373b..fb6392cc8b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-08 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
+ LC and LANG environment vars.
+ * Makefile.in: Regenerate.
+
2012-05-07 Tristan Gingold <gingold@adacore.com>
* pe-dll.c (udef_table): Make it static.
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 65bfdcfb5d..6a0ec89217 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -2113,7 +2113,7 @@ TESTBFDLIB = @TESTBFDLIB@
check-DEJAGNU: site.exp
srcroot=`cd $(srcdir) && pwd`; export srcroot; \
r=`pwd`; export r; \
- LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
diff --git a/ld/Makefile.in b/ld/Makefile.in
index a9fca38552..455f0f359e 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -3563,7 +3563,7 @@ eshlelf64_nbsd.c: $(srcdir)/emulparams/shlelf64_nbsd.sh \
check-DEJAGNU: site.exp
srcroot=`cd $(srcdir) && pwd`; export srcroot; \
r=`pwd`; export r; \
- LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \
+ LC_ALL=C; export LC_ALL; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \