OSDN Git Service

2010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 06:15:07 +0000 (06:15 +0000)
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Apr 2010 06:15:07 +0000 (06:15 +0000)
* gcc_update: Sets the locale to C.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158629 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/gcc_update

index ea62ec4..3a5f8f5 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-22  Basile Starynkevitch  <basile@starynkevitch.net>
+
+       * gcc_update: Sets the locale to C.
+
 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
 
        * gennews (files): Add files for GCC 4.5.
index 3e5a842..37e65af 100755 (executable)
@@ -43,6 +43,12 @@ GCC_SVN=${GCC_SVN-${SVN-svn}}
 # Default options used when updating via SVN (none).
 UPDATE_OPTIONS=""
 
+# Set the locale to C to make this script work for users with foreign
+# locale like e.g. French UTF-8.
+LANG=C
+LC_ALL=C
+export LANG LC_ALL
+
 ######## Anything below shouldn't be changed by regular users.
 
 # Arrange for the value of $0 to be available for functions