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