mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* only check relocsection for win32
This commit is contained in:
parent
076d3b2160
commit
23c127a58e
@ -1333,8 +1333,9 @@ unit pmodules;
|
||||
DLLsource:=islibrary;
|
||||
IsExe:=true;
|
||||
parse_only:=false;
|
||||
{ relocation works only without stabs !! PM }
|
||||
if RelocSection then
|
||||
{ relocation works only without stabs under win32 !! PM }
|
||||
if RelocSection and
|
||||
(target_info.target=target_i386_win32) then
|
||||
begin
|
||||
aktglobalswitches:=aktglobalswitches+[cs_link_strip];
|
||||
{ Warning stabs info does not work with reloc section !! }
|
||||
@ -1557,7 +1558,10 @@ unit pmodules;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.175 1999-11-30 10:40:44 peter
|
||||
Revision 1.176 1999-12-10 10:02:53 peter
|
||||
* only check relocsection for win32
|
||||
|
||||
Revision 1.175 1999/11/30 10:40:44 peter
|
||||
+ ttype, tsymlist
|
||||
|
||||
Revision 1.174 1999/11/29 16:24:52 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user