+ Add %needlibrary to libraries themselves to avoid error report on systems not supporting libraries

git-svn-id: trunk@18168 -
This commit is contained in:
pierre 2011-08-11 12:27:48 +00:00
parent 9b79c280be
commit 405cf34bd3
18 changed files with 21 additions and 3 deletions

View File

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

View File

@ -1,4 +1,5 @@
{ %target=win32,win64,wince,os2 }
{ %needlibrary }
{ %norun }
library tw12987a;

View File

@ -1,3 +1,4 @@
{ %needlibrary }
{ %norun }
library tw13628a;

View File

@ -1,4 +1,5 @@
{ %target=linux }
{ %needlibrary }
{ %norun }
library tw14958a;

View File

@ -1,8 +1,9 @@
{ %target=win32,wince,win64 }
{ %needlibrary }
{ %opt=-gh }
{ %norun }
library dll1;
uses
popuperr;

View File

@ -1,5 +1,6 @@
{ %target=win32,wince,win64 }
{ %opt=-gh }
{ %needlibrary }
{ %norun }
library dll2;

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %target=darwin,linux,freebsd,solaris,beos,haiku }
{$mode delphi}

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
library tw16949a;

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %cpu=x86_64,i386,powerpc,sparc}
{ %skiptarget = go32v2,macos }
{ execute this test only on reasonable fast cpus }

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %skiptarget=go32v2 }
{ %opt=-Cg }

View File

@ -1,4 +1,5 @@
{ %target=win32 }
{ %needlibrary }
{ %norun }
{ %cpu=i386 }
{ %opt=-s -Amasm -TWin32 -Rintel }

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %target=linux }
{$mode objfpc}
library tw3964a;

View File

@ -1,4 +1,5 @@
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos }
{ %needlibrary }
{ %norun }
library tw6586a;

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
library tw6822a;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %target=win32,win64,wince,linux}
library tw7838a;

View File

@ -1,4 +1,5 @@
{ %target=win32,win64,linux}
{ %needlibrary }
program prog;
{$mode objfpc}

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
{$mode delphi}

View File

@ -1,4 +1,5 @@
{ %norun }
{ %needlibrary }
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
library tw9089a;