]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the environ...
authorJakub Jelinek <jakub@redhat.com>
Tue, 30 May 2017 08:27:04 +0000 (10:27 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 30 May 2017 08:27:04 +0000 (10:27 +0200)
Backported from mainline
2017-04-25  Jakub Jelinek  <jakub@redhat.com>

* Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
environment.

From-SVN: r248673

gcc/ChangeLog
gcc/Makefile.in

index f81669cf787855aeeaf26f746839477ab1d0305d..f556b18e2bdab1d2728d0eacbdd76ae856f016d4 100644 (file)
@@ -1,6 +1,11 @@
 2017-05-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from mainline
+       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-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/80385
index c9fec159ef09b3da309db0625acd7eb27e03155a..4e72d89b308cab66242afcc03f7c0b49a1bf0747 100644 (file)
@@ -2002,6 +2002,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