mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:32:03 +02:00
* %target to %cpu
git-svn-id: trunk@1296 -
This commit is contained in:
parent
9ea69cfec9
commit
455a4c24fd
@ -1,4 +1,4 @@
|
|||||||
{ %target=x86_64,i386,powerpc,sparc}
|
{ %cpu=x86_64,i386,powerpc,sparc}
|
||||||
{ execute this test only on reasonable fast cpus }
|
{ execute this test only on reasonable fast cpus }
|
||||||
library lib;
|
library lib;
|
||||||
const
|
const
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %target=i386 }
|
{ %cpu=i386 }
|
||||||
|
|
||||||
{ Source provided for Free Pascal Bug Report 3274 }
|
{ Source provided for Free Pascal Bug Report 3274 }
|
||||||
{ Submitted by "Frank Kintrup" on 2004-08-27 }
|
{ Submitted by "Frank Kintrup" on 2004-08-27 }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ %target=i386 }
|
{ %cpu=i386 }
|
||||||
|
|
||||||
{ Source provided for Free Pascal Bug Report 3298 }
|
{ Source provided for Free Pascal Bug Report 3298 }
|
||||||
{ Submitted by "marco" on 2004-09-07 }
|
{ Submitted by "marco" on 2004-09-07 }
|
||||||
|
Loading…
Reference in New Issue
Block a user