mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 11:19:24 +02:00
mac os x snapshot build script: use release compiler to create cross compiler
git-svn-id: trunk@15323 -
This commit is contained in:
parent
63e0d0286a
commit
3fb74407a3
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user