+ added MacOS to SKIPTARGETS

This commit is contained in:
olle 2004-04-25 13:56:27 +00:00
parent 33c888aebe
commit b564b4751f
6 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{ %OPT=-al }
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
{ this forces use of GNU as }
{ Old file: tbs0282.pp }
{ long mangledname problem with -Aas OK 0.99.13 (PFV) }

View File

@ -1,4 +1,5 @@
{ %OPT=-al }
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
{ this forces use of GNU as }
{ Old file: tbs0282.pp }
{ long mangledname problem with -Aas OK 0.99.13 (PFV) }

View File

@ -1,3 +1,4 @@
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
{ sixth simple array of const test
for int64 values }

View File

@ -1,5 +1,5 @@
{ %VERSION=1.1 }
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
{$mode objfpc}
type
IInterface = interface(IUnknown)

View File

@ -1,3 +1,4 @@
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
type
de10_eqn_vector = array [1..10] of double;
de10_func = function : double;

View File

@ -1,4 +1,4 @@
{ %skiptarget=go32v2 }
{ %skiptarget=go32v2,macos Crashes on MacOS when assembling, linking or running }
{ %opt=-Sc }
VAR s : ansistring;
BEGIN