summaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-27 14:07:14 +0000
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>2007-10-27 14:07:14 +0000
commit59a4f90ede914aa0edb6127a7f4c9e34f4617479 (patch)
tree2381269338862b578b43522c3a2e606d850245e5 /libgfortran
parent0960c06de74c8d5435dd08461caa19370382b459 (diff)
downloadgcc-59a4f90ede914aa0edb6127a7f4c9e34f4617479.tar.gz
2007-10-27 Tobias Burnus <burnus@net-b.de>
* mk-kinds-h.sh: Change LANG=C to LC_ALL=C. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog4
-rwxr-xr-xlibgfortran/mk-kinds-h.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index cbb272f5de5..8d3a4b45e63 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-27 Tobias Burnus <burnus@net-b.de>
+
+ * mk-kinds-h.sh: Change LANG=C to LC_ALL=C.
+
2007-10-26 Tobias Burnus <burnus@net-b.de>
* mk-kinds-h.sh: Add "LANG=C".
diff --git a/libgfortran/mk-kinds-h.sh b/libgfortran/mk-kinds-h.sh
index 0fbdd8bf12b..1e97e5b85b3 100755
--- a/libgfortran/mk-kinds-h.sh
+++ b/libgfortran/mk-kinds-h.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-LANG=C
-export LANG
+LC_ALL=C
+export LC_ALL
compile="$1"