+ Better comment on %SKIPTARGET=macos

This commit is contained in:
olle 2004-11-23 19:55:59 +00:00
parent 519c40221b
commit 2ecaba47e1
3 changed files with 9 additions and 3 deletions

View File

@ -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) }

View File

@ -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) }

View File

@ -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)