aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2007-10-26 21:01:42 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2007-10-26 21:01:42 +0200
commit84f2b1d168c4cd781fd67af8ec884efd3f4d93e3 (patch)
treea0e29bdcc1a4a78b8cfe7eb1659e0267339d7f06
parent07021f8c632eb69b3f4082acd8af08a484fcdc21 (diff)
downloadgcc-84f2b1d168c4cd781fd67af8ec884efd3f4d93e3.zip
gcc-84f2b1d168c4cd781fd67af8ec884efd3f4d93e3.tar.gz
gcc-84f2b1d168c4cd781fd67af8ec884efd3f4d93e3.tar.bz2
mk-kinds-h.sh: Add "LANG=C".
2007-10-26 Tobias Burnus <burnus@net-b.de> * mk-kinds-h.sh: Add "LANG=C". From-SVN: r129658
-rw-r--r--libgfortran/ChangeLog4
-rwxr-xr-xlibgfortran/mk-kinds-h.sh2
2 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 05f7fec..cbb272f 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-26 Tobias Burnus <burnus@net-b.de>
+
+ * mk-kinds-h.sh: Add "LANG=C".
+
2007-10-26 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* libgfortran.h (GFC_REAL_*_HUGE, GFC_REAL_*_DIGITS,
diff --git a/libgfortran/mk-kinds-h.sh b/libgfortran/mk-kinds-h.sh
index 0a0cdb7..0fbdd8b 100755
--- a/libgfortran/mk-kinds-h.sh
+++ b/libgfortran/mk-kinds-h.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+LANG=C
+export LANG
compile="$1"