mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:09:11 +02:00
* disabled blocks tests for Darwin/ppc(64), as the blocks runtime is only
only shipped with Mac OS X 10.6 and later (and the last version supporting ppc was 10.5) git-svn-id: trunk@29522 -
This commit is contained in:
parent
ce20dcf7a6
commit
dc172ef55b
@ -1,4 +1,5 @@
|
|||||||
{ %target=darwin,iphonesim}
|
{ %target=darwin,iphonesim}
|
||||||
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$modeswitch blocks}
|
{$modeswitch blocks}
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=darwin,iphonesim}
|
{ %target=darwin,iphonesim}
|
||||||
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
{$modeswitch blocks}
|
{$modeswitch blocks}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=darwin,iphonesim}
|
{ %target=darwin,iphonesim}
|
||||||
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$modeswitch blocks}
|
{$modeswitch blocks}
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=darwin,iphonesim}
|
{ %target=darwin,iphonesim}
|
||||||
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$modeswitch blocks}
|
{$modeswitch blocks}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{ %target=darwin,iphonesim}
|
{ %target=darwin,iphonesim}
|
||||||
|
{ %skipcpu=powerpc,powerpc64 }
|
||||||
|
|
||||||
{$mode delphi}
|
{$mode delphi}
|
||||||
{$modeswitch blocks}
|
{$modeswitch blocks}
|
||||||
|
Loading…
Reference in New Issue
Block a user