Re: [build] Have s-macro_list depend on cc1

2014-03-23 Thread Paolo Bonzini
Il 23/03/2014 09:24, Rainer Orth ha scritto: >> The following patch adds it and indeed macro_list now is non-empty, as >> expected. I'm just not sure if cc1 is the correct one in >> gcc/Makefile.in, or if it should rather be $(COMPILERS) instead. >> >> Anyway, with that patch a i386-pc-solaris2.

Re: [build] Have s-macro_list depend on cc1

2014-03-23 Thread Rainer Orth
Paolo Bonzini writes: > Il 21/03/2014 18:05, Rainer Orth ha scritto: >> The following patch adds it and indeed macro_list now is non-empty, as >> expected. I'm just not sure if cc1 is the correct one in >> gcc/Makefile.in, or if it should rather be $(COMPILERS) instead. >> >> Anyway, with that p

Re: [build] Have s-macro_list depend on cc1

2014-03-22 Thread Paolo Bonzini
Il 21/03/2014 18:05, Rainer Orth ha scritto: The following patch adds it and indeed macro_list now is non-empty, as expected. I'm just not sure if cc1 is the correct one in gcc/Makefile.in, or if it should rather be $(COMPILERS) instead. Anyway, with that patch a i386-pc-solaris2.10 bootstrap c

[build] Have s-macro_list depend on cc1

2014-03-21 Thread Rainer Orth
While looking at an unrelated issue, I noticed that the gcc/macro_list file is empty. In the build logs, I see echo | /var/gcc/regression/trunk/10-gcc/build/./gcc/xgcc -B/var/gcc/regression/trunk/10-gcc/build/./gcc/ -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \