fpc-mingw-w64 provides Free Pascal cross compilers and RTL units for
32-bit and 64-bit Windows targets. It is intended for x86_64 Slackware
hosts and produces PE executables for i386-win32 and x86_64-win64.

mingw-w64-binutils is required and must be installed first.

The fpc package is not required. The SlackBuild uses the official FPC
binary archive only to build a temporary native bootstrap compiler. It
then rebuilds a native compiler from the packaged source and uses that
compiler to build both cross compilers. The downloaded bootstrap and
the temporary native compiler are not installed.

When the fpc package is installed, the cross compilers can be invoked
through the regular compiler driver:

  fpc -Twin32 hello.pas
  fpc -Twin64 hello.pas

They can also be invoked directly as ppcross386 and ppcrossx64.

To use the cross compilers standalone, add
'#INCLUDE /etc/fpc-mingw-w64.cfg' to /etc/fpc.cfg or ~/.fpc.cfg
