* enabled tests for ppc64 and x86_64

git-svn-id: trunk@19610 -
This commit is contained in:
Jonas Maebe 2011-11-08 21:29:29 +00:00
parent 3f4dd5ac9b
commit 0c69afa816
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ %target=darwin }
{ %cpu=powerpc,i386 }
{ %cpu=powerpc,i386,powerpc64,x86_64 }
{$mode objfpc}{$H+}
{$modeswitch objectivec1}

View File

@ -1,5 +1,5 @@
{ %target=darwin }
{ %cpu=powerpc,i386 }
{ %cpu=powerpc,i386,powerpc64,x86_64 }
{$mode objfpc}{$H+}
{$modeswitch objectivec1}