aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/scripts/extract_symvers
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/scripts/extract_symvers')
-rwxr-xr-xlibstdc++-v3/scripts/extract_symvers7
1 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/scripts/extract_symvers b/libstdc++-v3/scripts/extract_symvers
index e7b6645900b..c7798b7e506 100755
--- a/libstdc++-v3/scripts/extract_symvers
+++ b/libstdc++-v3/scripts/extract_symvers
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of the GNU ISO C++ Library. This library is free
# software; you can redistribute it and/or modify it under the
@@ -45,7 +45,10 @@ if readelf --help | grep -- --wide > /dev/null; then
fi
# This avoids weird sorting problems later.
-export LC_ALL=C
+LC_ALL=C
+export LC_ALL
+LANG=C
+export LANG
tmp=extract.$$