From: H.J. Lu Date: Thu, 9 Mar 2000 16:41:21 +0000 (+0000) Subject: 2000-03-09 Andreas Jaeger X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9282ff415550175b865c533af5d2f0668646e39f;p=platform%2Fupstream%2Fbinutils.git 2000-03-09 Andreas Jaeger * Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 9244921..d43d627 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-03-09 Andreas Jaeger + + * Makefile.am (check-DEJAGNU): Also unset LANG. + * Makefile.in: Rebuild. + 2000-03-06 Ian Lance Taylor * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty diff --git a/ld/Makefile.am b/ld/Makefile.am index 84fa583..ff11621 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -664,7 +664,7 @@ TESTBFDLIB = @TESTBFDLIB@ check-DEJAGNU: site.exp srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; export LC_COLLATE LC_ALL; \ + LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ EXPECT=$(EXPECT); export EXPECT; \ if [ -f $(top_builddir)/../expect/expect ]; then \ TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \ diff --git a/ld/Makefile.in b/ld/Makefile.in index 6ef6a01..e63b320 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1355,7 +1355,7 @@ $(EMULATION_OFILES): ../bfd/bfd.h sysdep.h config.h $(INCDIR)/bfdlink.h \ check-DEJAGNU: site.exp srcroot=`cd $(srcdir) && pwd`; export srcroot; \ r=`pwd`; export r; \ - LC_COLLATE=; LC_ALL=; export LC_COLLATE LC_ALL; \ + LC_COLLATE=; LC_ALL=; LANG=; export LC_COLLATE LC_ALL LANG; \ EXPECT=$(EXPECT); export EXPECT; \ if [ -f $(top_builddir)/../expect/expect ]; then \ TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \