mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:29:18 +02:00
+ Better comment on %SKIPTARGET=macos
This commit is contained in:
parent
519c40221b
commit
2ecaba47e1
@ -1,5 +1,7 @@
|
|||||||
{ %OPT=-al }
|
{ %OPT=-al }
|
||||||
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
|
{ %SKIPTARGET=macos }
|
||||||
|
{ On macos, PPCAsm chokes on this and crashes}
|
||||||
|
|
||||||
{ this forces use of GNU as }
|
{ this forces use of GNU as }
|
||||||
{ Old file: tbs0282.pp }
|
{ Old file: tbs0282.pp }
|
||||||
{ long mangledname problem with -Aas OK 0.99.13 (PFV) }
|
{ long mangledname problem with -Aas OK 0.99.13 (PFV) }
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{ %OPT=-al }
|
{ %OPT=-al }
|
||||||
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
|
{ %SKIPTARGET=macos }
|
||||||
|
{ On macos, PPCAsm chokes on this and crashes}
|
||||||
|
|
||||||
{ this forces use of GNU as }
|
{ this forces use of GNU as }
|
||||||
{ Old file: tbs0282.pp }
|
{ Old file: tbs0282.pp }
|
||||||
{ long mangledname problem with -Aas OK 0.99.13 (PFV) }
|
{ long mangledname problem with -Aas OK 0.99.13 (PFV) }
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{ %VERSION=1.1 }
|
{ %VERSION=1.1 }
|
||||||
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
|
{ %SKIPTARGET=macos }
|
||||||
|
{ On macos it crashes when run.}
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
type
|
type
|
||||||
IInterface = interface(IUnknown)
|
IInterface = interface(IUnknown)
|
||||||
|
Loading…
Reference in New Issue
Block a user