Pierre Muller via fpc-devel wrote:
rtl Makefile's need to be regenerated with a special command line:

Try to use
cd rtl
./regenmakefiles.sh

This will call fpcmake with this command line:

fpcmake -T$TARGETS -q -x $RTLDIR/inc/Makefile.rtl


the "-x $RTLDIR/inc/Makefile.rtl" part is essential,
as it contains many make rules.

Thanks ! That fixes the problem.

The fpcmake that comes with the bootstrapping 3.2.2 compiler doesn't seem to have -x. How is that handled ?

Regards,

Adriaan van Os

_______________________________________________
fpc-devel maillist  -  [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to