Special method used to generate powerpc64-linux 3.2.0-rc1 distribution Starting with compiler /home/muller/bin/ppcppc64-le-linux-3.2.0-rc1 ppcppc64 -iVDWSOSPTOTP: 3.2.0 2020/02/27 3.2.0rc1 linux powerpc64 linux powerpc64 make cycle OPT="-n -gl" FPC=/home/muller/bin/ppcppc64-le-linux-3.2.0-rc1 cp ppcppc64 ppcppc64-3.2.0-rc1 make powerpc64 FPC=/home/muller/pas/release-build/release_3_2_0_rc1/fpcsrc/compiler/ppcppc64-3.2.0-rc1 cp ./ppcppc64 ./ppcppc64-3.2.0-rc1 Starting ./install/makepack Files /home/muller/pas/release-build/release_3_2_0_rc1/readme.powerpc64-linux and fpc-3.2.0rc1.powerpc64-linux.tar uploaded Used slightly modifed svn checkout svn st -q X fpcdocs M install/makepack Performing status on external item at 'fpcdocs': svn diff Index: install/makepack =================================================================== --- install/makepack (revision 1460) +++ install/makepack (working copy) @@ -22,13 +22,16 @@ VERSION=`grep '^version *=' fpcsrc/Makefile.fpc | sed 's+[^=]*= *\([0-9\.]*\).*+\1+'` +if [ -z "$FPC" ] ; then + FPC=`which fpc` +fi # Retrieve current system info by calling FPC. We need # to use the | head -n1 to fix a bug in fpc 1.9.4 and earlier # that uses exitcode 1 also when printing info resulting in # fpc binary to print an error line (PFV) -SOURCECPU=`fpc -iSP | head -n1` -SOURCEOS=`fpc -iSO | head -n1` +SOURCECPU=`$FPC -iSP | head -n1` +SOURCEOS=`$FPC -iSO | head -n1` # retrieve real OS. HOSTOS=`uname -s | tr "[:upper:]" "[:lower:]"` svn diff fpcsrc Index: fpcsrc/utils/fpcm/revision.inc =================================================================== --- fpcsrc/utils/fpcm/revision.inc (revision 44246) +++ fpcsrc/utils/fpcm/revision.inc (working copy) @@ -1 +1 @@ -'2019-05-28 rev 42133' +'2020-02-23 rev 44237'