From e5b62927f497d9afa39fc165da3f63bd44fb8474 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 8 May 2012 12:14:15 +0000 Subject: * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other LC and LANG environment vars. * Makefile.in: Regenerate. --- ld/ChangeLog | 6 ++++++ ld/Makefile.am | 2 +- ld/Makefile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index 354c363..fb6392c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2012-05-08 Alan Modra + + * 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 * pe-dll.c (udef_table): Make it static. diff --git a/ld/Makefile.am b/ld/Makefile.am index 65bfdcf..6a0ec89 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 a9fca38..455f0f3 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 \ -- cgit v1.1