mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:28:21 +02:00
+ Add %needlibrary to libraries themselves to avoid error report on systems not supporting libraries
git-svn-id: trunk@18168 -
This commit is contained in:
parent
9b79c280be
commit
405cf34bd3
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %target=darwin,linux,freebsd,solaris,beos,haiku }
|
||||
|
||||
{$mode delphi}
|
||||
@ -68,7 +69,7 @@ begin
|
||||
p:=nil;
|
||||
longint(p^):=1;
|
||||
except
|
||||
end;
|
||||
end;
|
||||
*)
|
||||
end;
|
||||
|
||||
@ -92,7 +93,7 @@ begin
|
||||
RTL_SIGFPE,
|
||||
RTL_SIGSEGV:
|
||||
if (InquireSignal(i) <> ssOverridden) then
|
||||
halt(8);
|
||||
halt(8);
|
||||
RTL_SIGBUS:
|
||||
if (InquireSignal(i) <> ssHooked) then
|
||||
halt(9);
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64,wince,os2 }
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
library tw12987a;
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
|
||||
library tw13628a;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=linux }
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
library tw14958a;
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
{ %target=win32,wince,win64 }
|
||||
{ %needlibrary }
|
||||
{ %opt=-gh }
|
||||
{ %norun }
|
||||
library dll1;
|
||||
|
||||
|
||||
uses
|
||||
popuperr;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %target=win32,wince,win64 }
|
||||
{ %opt=-gh }
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
library dll2;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %target=darwin,linux,freebsd,solaris,beos,haiku }
|
||||
|
||||
{$mode delphi}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
|
||||
|
||||
library tw16949a;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %cpu=x86_64,i386,powerpc,sparc}
|
||||
{ %skiptarget = go32v2,macos }
|
||||
{ execute this test only on reasonable fast cpus }
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %opt=-Cg }
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32 }
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
{ %cpu=i386 }
|
||||
{ %opt=-s -Amasm -TWin32 -Rintel }
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %target=linux }
|
||||
{$mode objfpc}
|
||||
library tw3964a;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos }
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
|
||||
library tw6586a;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
library tw6822a;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %target=win32,win64,wince,linux}
|
||||
|
||||
library tw7838a;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64,linux}
|
||||
{ %needlibrary }
|
||||
|
||||
program prog;
|
||||
{$mode objfpc}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
|
||||
|
||||
{$mode delphi}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %needlibrary }
|
||||
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
|
||||
|
||||
library tw9089a;
|
||||
|
Loading…
Reference in New Issue
Block a user