mac os x installer build script: shuffled around until it doesn't give weird errors when cross compiling to ppc: http://lists.freepascal.org/lists/fpc-devel/2008-June/013892.html

git-svn-id: trunk@15343 -
This commit is contained in:
vincents 2008-06-06 14:42:05 +00:00
parent c6cba442ee
commit 89873c1b83

View File

@ -108,8 +108,8 @@ make -C fpcsrc compiler_install rtl_install packages_install utils_install \
make -C fpcsrc/compiler installsymlink PP=$COMPILER INSTALL_PREFIX=$INSTALLFPCDIR
if [ $CREATECROSSPPC == 1 ]; then
make -C fpcsrc/compiler PPC_TARGET=powerpc PP=$COMPILER EXENAME=ppcppc
make all PP=$PPC_RELEASE CPU_TARGET=powerpc
cp fpcsrc/compiler/ppcrossppc fpcsrc/compiler/ppcppc
CROSSCOMPILER=$FPCBUILDDIR/fpcsrc/compiler/ppcppc
make -C fpcsrc compiler_install rtl_install packages_install CPU_TARGET=powerpc FPC=$CROSSCOMPILER CROSSINSTALL=0 \
INSTALL_PREFIX=$INSTALLDIR FPCMAKE=$FPCBUILDDIR/fpcsrc/utils/fpcm/fpcmake