I apply sed -f $(srcdir)\config\msdos\top.sed to makefiles (created by configure shell) in $(srcdir) and $(srcdir)/gcc directories and after this I run manually configure shell in $(srcdir)/gcc/p/rts. After this I run make CFLAGS="-O2" LDFLAGS="-s" LANGUAGES=pascal and I obtained xgcc, xgpc, cc1, gpcpp, gpc1, libgcc.a and libgpc.a with some non fatal make or cc1, gcc errors.
But gpc1 fails when compiling some files from $(srcdir)/gcc/p/test. It got internal compiler error.
I don't now what to do. Debugging ?
David Kredba