Commit 15e3d4f1 by Rainer Orth Committed by Rainer Orth

Have s-macro_list depend on cc1

	* Makefile.in (s-macro_list): Depend on cc1.

From-SVN: r208786
parent 15c60250
2014-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* Makefile.in (s-macro_list): Depend on cc1.
2014-03-23 Teresa Johnson <tejohnson@google.com> 2014-03-23 Teresa Johnson <tejohnson@google.com>
* ipa-utils.c (ipa_print_order): Use specified dump file. * ipa-utils.c (ipa_print_order): Use specified dump file.
......
...@@ -2653,7 +2653,7 @@ install-gcc-tooldir: ...@@ -2653,7 +2653,7 @@ install-gcc-tooldir:
$(mkinstalldirs) $(DESTDIR)$(gcc_tooldir) $(mkinstalldirs) $(DESTDIR)$(gcc_tooldir)
macro_list: s-macro_list; @true macro_list: s-macro_list; @true
s-macro_list : $(GCC_PASSES) s-macro_list : $(GCC_PASSES) cc1$(exeext)
echo | $(GCC_FOR_TARGET) -E -dM - | \ echo | $(GCC_FOR_TARGET) -E -dM - | \
sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
-e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment