Merged revisions 1296 via svnmerge from

http://peter@svn.freepascal.org/svn/fpc/trunk

r1296 (peter)
  * %target to %cpu

git-svn-id: branches/fixes_2_0@1297 -
This commit is contained in:
peter 2005-10-05 09:40:58 +00:00
parent f6d29d02b8
commit 35ffb86199
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ %target=x86_64,i386,powerpc,sparc}
{ %cpu=x86_64,i386,powerpc,sparc}
{ execute this test only on reasonable fast cpus }
library lib;
const

View File

@ -1,4 +1,4 @@
{ %target=i386 }
{ %cpu=i386 }
{ Source provided for Free Pascal Bug Report 3274 }
{ Submitted by "Frank Kintrup" on 2004-08-27 }

View File

@ -1,4 +1,4 @@
{ %target=i386 }
{ %cpu=i386 }
{ Source provided for Free Pascal Bug Report 3298 }
{ Submitted by "marco" on 2004-09-07 }