mac os x snapshot build script: use release compiler to create cross compiler

git-svn-id: trunk@15323 -
This commit is contained in:
vincents 2008-06-05 23:02:09 +00:00
parent 63e0d0286a
commit 3fb74407a3

View File

@ -102,7 +102,7 @@ mkdir -p $INSTALLDIR
make install PP=$COMPILER INSTALL_PREFIX=$INSTALLDIR
if [ $CREATECROSSPPC == 1 ]; then
make all PP=$COMPILER CPU_TARGET=powerpc
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 \