This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: <bld>/gcc/testsuite disappears when recompiling
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 25 Jan 2006 08:31:20 -0500
- Subject: Re: <bld>/gcc/testsuite disappears when recompiling
- References: <43D77A94.1010409@redhat.com> <43D77BA3.7040503@lu.unisi.ch>
Paolo Bonzini wrote:
> I believe it was only relocated in stage3-gcc/testsuite.
Huh. Any reason in particular? Why not leave it in <bld>/gcc?
> Right now to change the STAGE1_LANGUAGES, you have to remove the
> stage1-gcc directory. I have a patch to fix this; I'm not sure that
> the slush is the best time to submit it though.
So, the new patch will let me do 'make all-stage1
STAGE1_LANGUAGES=c++,fortran'? Would it be possible to have a shortcut
for this? Something that would recompile all the languages I originally
specified in --enable-languages with -g -O0.
Thanks.