From 636c4419a035fd0526092119bb335bfd3b503541 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 22 Dec 2019 21:02:15 +0000 Subject: [PATCH] =?UTF-8?q?--=20Zusammenf=C3=BChren=20von=20r43696=20in=20?= =?UTF-8?q?=C2=BB.=C2=AB:=20U=20=20=20=20compiler/systems/t=5Fbsd.pas=20U?= =?UTF-8?q?=20=20=20=20utils/fppkg/fpmake.pp=20--=20Aufzeichnung=20der=20I?= =?UTF-8?q?nformationen=20f=C3=BCr=20Zusammenf=C3=BChrung=20von=20r43696?= =?UTF-8?q?=20in=20=C2=BB.=C2=AB:=20=20U=20=20=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: branches/fixes_3_2@43708 - --- compiler/systems/t_bsd.pas | 2 +- utils/fppkg/fpmake.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/systems/t_bsd.pas b/compiler/systems/t_bsd.pas index deaa06dfce..80ed8442b6 100644 --- a/compiler/systems/t_bsd.pas +++ b/compiler/systems/t_bsd.pas @@ -167,7 +167,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)); diff --git a/utils/fppkg/fpmake.pp b/utils/fppkg/fpmake.pp index 16de00bc61..0fd97e19d7 100644 --- a/utils/fppkg/fpmake.pp +++ b/utils/fppkg/fpmake.pp @@ -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;