mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 14:26:09 +02:00
* disable internal linker
git-svn-id: trunk@4301 -
This commit is contained in:
parent
88cb816ebd
commit
1a596dfc7b
@ -379,6 +379,6 @@ end;
|
||||
|
||||
initialization
|
||||
RegisterExternalLinker(system_i386_go32v2_info,TExternalLinkerGo32v2);
|
||||
RegisterInternalLinker(system_i386_go32v2_info,TInternalLinkerGo32v2);
|
||||
// RegisterInternalLinker(system_i386_go32v2_info,TInternalLinkerGo32v2);
|
||||
RegisterTarget(system_i386_go32v2_info);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user