mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
+ Register for system_x86_64_ntbsd
git-svn-id: trunk@20732 -
This commit is contained in:
parent
d5dd980efe
commit
175ec19308
@ -851,6 +851,10 @@ initialization
|
||||
RegisterImport(system_x86_64_openbsd,timportlibbsd);
|
||||
RegisterExport(system_x86_64_openbsd,texportlibbsd);
|
||||
RegisterTarget(system_x86_64_openbsd_info);
|
||||
RegisterExternalLinker(system_x86_64_NetBSD_info,TLinkerBSD);
|
||||
RegisterImport(system_x86_64_netbsd,timportlibbsd);
|
||||
RegisterExport(system_x86_64_netbsd,texportlibbsd);
|
||||
RegisterTarget(system_x86_64_netbsd_info);
|
||||
|
||||
RegisterExternalLinker(system_x86_64_darwin_info,TLinkerBSD);
|
||||
RegisterImport(system_x86_64_darwin,timportlibdarwin);
|
||||
|
Loading…
Reference in New Issue
Block a user