mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:50:38 +02:00
* win32 also has as instead of asw in 1.1
This commit is contained in:
parent
4456f5cde6
commit
2608db056d
@ -1,9 +1,13 @@
|
||||
{ %CPU=i386 }
|
||||
{ testfdiv variant with GNU AS output forced }
|
||||
{$ifdef win32}
|
||||
{$ifdef VER1_0}
|
||||
{$output_format asw}
|
||||
{$else}
|
||||
{$output_format as}
|
||||
{$endif}
|
||||
{$else}
|
||||
{$output_format as}
|
||||
{$endif win32}
|
||||
{ This test program deals with the
|
||||
the delicate problem of
|
||||
|
Loading…
Reference in New Issue
Block a user