mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 10:07:54 +02:00
* patch by Alfred to fix building on DragonFly OS, resolves #36450
git-svn-id: trunk@43696 -
This commit is contained in:
parent
33fa211b84
commit
fe7d7aa1e7
@ -168,7 +168,7 @@ procedure TLinkerBSD.SetDefaultInfo;
|
||||
var
|
||||
LdProgram: string='ld';
|
||||
begin
|
||||
if target_info.system in systems_openbsd then
|
||||
if target_info.system in (systems_openbsd+[system_x86_64_dragonfly]) then
|
||||
LdProgram:='ld.bfd';
|
||||
LibrarySuffix:=' ';
|
||||
LdSupportsNoResponseFile := (target_info.system in ([system_m68k_netbsd]+systems_darwin));
|
||||
|
@ -8,7 +8,7 @@ uses fpmkunit;
|
||||
procedure add_fppkg_util(const ADirectory: string);
|
||||
|
||||
const
|
||||
lnetOSes = [linux,beos,haiku,freebsd,netbsd,openbsd,darwin,iphonesim,solaris,win32,win64,wince,aix];
|
||||
lnetOSes = [linux,beos,haiku,freebsd,netbsd,openbsd,darwin,iphonesim,solaris,win32,win64,wince,aix,dragonfly];
|
||||
WindowsOSes = [win32,win64,wince];
|
||||
Var
|
||||
P : TPackage;
|
||||
|
Loading…
Reference in New Issue
Block a user