* Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
environment.
From-SVN: r247266
+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
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