mk-kinds-h.sh: Add "LANG=C".
authorTobias Burnus <burnus@net-b.de>
Fri, 26 Oct 2007 19:01:42 +0000 (21:01 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 26 Oct 2007 19:01:42 +0000 (21:01 +0200)
2007-10-26  Tobias Burnus  <burnus@net-b.de>

       * mk-kinds-h.sh: Add "LANG=C".

From-SVN: r129658

libgfortran/ChangeLog
libgfortran/mk-kinds-h.sh

index 05f7fec9f53a12c0e6fcbde9bb9e10b2d4a7055e..cbb272f5de55e2d7eadf7956a30f9fa1cda3a542 100644 (file)
@@ -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,
index 0a0cdb7080f745af9d025cfc8769aa9d094a18e9..0fbdd8bf12b27a34661a2e8220e203ad0e585c67 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
+LANG=C
+export LANG
 
 compile="$1"