Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the environment.
authorJakub Jelinek <jakub@redhat.com>
Tue, 25 Apr 2017 19:44:17 +0000 (21:44 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 25 Apr 2017 19:44:17 +0000 (21:44 +0200)
* Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
environment.

From-SVN: r247266

gcc/ChangeLog
gcc/Makefile.in

index 729d0676f62702f06126bd14ba5b78ff4a5d7011..91f81aaec4cf66dace61e40838485761b90eef7b 100644 (file)
@@ -1,3 +1,8 @@
+2017-04-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
+       environment.
+
 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/70799
index 74d191207d7996b4d61853721f89d34bcac91795..f675e073ecc70cb5f9ac81d5ac830196dd5a0a2a 100644 (file)
@@ -2139,6 +2139,7 @@ s-specs : Makefile
 
 optionlist: s-options ; @true
 s-options: $(ALL_OPT_FILES) Makefile $(srcdir)/opt-gather.awk
+       LC_ALL=C ; export LC_ALL ; \
        $(AWK) -f $(srcdir)/opt-gather.awk $(ALL_OPT_FILES) > tmp-optionlist
        $(SHELL) $(srcdir)/../move-if-change tmp-optionlist optionlist
        $(STAMP) s-options