Thorsten Glaser wrote:
See p/rts/Makefile: in gcc/p/Make-lang.in, and the comments there.
would - reading the part about the autoconf and stuff - it be possible to remove the rts from Make-lang altogether, and build it _after_ the full compiler has been built and installed, together with libstdc++-v3, libobjc and the Fortran stuff?
It's certainly possible if you're willing to hack the build process a little. (Fortunately there are no major changes planned to GPC's Makefiles currently, until/unless required by GCC. Unfortunately gcc-3.4 seems to require some. Perhaps these changes will allow for a cleaner solution in general, but I haven't looked at it yet ...)
You could just take out the p/rts/Makefile and pascal.rts rules (or change their dependencies or whatever). Also notice that pascal.utils must be built after the RTS (these are Pascal programs which require the RTS, of course).
Frank