mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
+ added MacOS to SKIPTARGETS
This commit is contained in:
parent
33c888aebe
commit
b564b4751f
@ -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) }
|
||||
|
@ -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) }
|
||||
|
@ -1,3 +1,4 @@
|
||||
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
|
||||
|
||||
{ sixth simple array of const test
|
||||
for int64 values }
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %VERSION=1.1 }
|
||||
|
||||
{ %SKIPTARGET=macos Crashes when assembling, linking or running}
|
||||
{$mode objfpc}
|
||||
type
|
||||
IInterface = interface(IUnknown)
|
||||
|
@ -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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %skiptarget=go32v2,macos Crashes on MacOS when assembling, linking or running }
|
||||
{ %opt=-Sc }
|
||||
VAR s : ansistring;
|
||||
BEGIN
|
||||
|
Loading…
Reference in New Issue
Block a user