This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Paolo Bonzini wrote:Because all the gcc directory has been relocated in stage3-gcc. It allows you for example to run the testsuite for stage2 and then to compare stage2 and stage3 results, for example.
I believe it was only relocated in stage3-gcc/testsuite.Huh. Any reason in particular? Why not leave it in <bld>/gcc?
No, it will allow you to do "make cc1plus" or "make f951" within the build directory for the stage1 compiler, even if the stage1 compiler does not have C++ and Fortran 95 enabled.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'?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |