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
This commit is contained in:
Tobias Burnus 2007-10-26 21:01:42 +02:00 committed by Tobias Burnus
parent 07021f8c63
commit 84f2b1d168
2 changed files with 6 additions and 0 deletions

View 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,

View File

@ -1,4 +1,6 @@
#!/bin/sh
LANG=C
export LANG
compile="$1"