mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 05:52:06 +02:00
* use asw for win32 target
This commit is contained in:
parent
998c523e3b
commit
ba96de0b1a
@ -1,6 +1,10 @@
|
|||||||
{ %CPU=i386 }
|
{ %CPU=i386 }
|
||||||
{ testfdiv variant with GNU AS output forced }
|
{ testfdiv variant with GNU AS output forced }
|
||||||
|
{$ifdef win32}
|
||||||
|
{$output_format asw}
|
||||||
|
{$else}
|
||||||
{$output_format as}
|
{$output_format as}
|
||||||
|
{$endif win32}
|
||||||
{ This test program deals with the
|
{ This test program deals with the
|
||||||
the delicate problem of
|
the delicate problem of
|
||||||
non commutative FPU instruction
|
non commutative FPU instruction
|
||||||
|
Loading…
Reference in New Issue
Block a user