mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 03:29:19 +02:00
-- Zusammenführen von r43696 in ».«:
U compiler/systems/t_bsd.pas U utils/fppkg/fpmake.pp -- Aufzeichnung der Informationen für Zusammenführung von r43696 in ».«: U . git-svn-id: branches/fixes_3_2@43708 -
This commit is contained in:
parent
c4bcb45fea
commit
636c4419a0
@ -167,7 +167,7 @@ procedure TLinkerBSD.SetDefaultInfo;
|
|||||||
var
|
var
|
||||||
LdProgram: string='ld';
|
LdProgram: string='ld';
|
||||||
begin
|
begin
|
||||||
if target_info.system in systems_openbsd then
|
if target_info.system in (systems_openbsd+[system_x86_64_dragonfly]) then
|
||||||
LdProgram:='ld.bfd';
|
LdProgram:='ld.bfd';
|
||||||
LibrarySuffix:=' ';
|
LibrarySuffix:=' ';
|
||||||
LdSupportsNoResponseFile := (target_info.system in ([system_m68k_netbsd]+systems_darwin));
|
LdSupportsNoResponseFile := (target_info.system in ([system_m68k_netbsd]+systems_darwin));
|
||||||
|
@ -8,7 +8,7 @@ uses fpmkunit;
|
|||||||
procedure add_fppkg_util(const ADirectory: string);
|
procedure add_fppkg_util(const ADirectory: string);
|
||||||
|
|
||||||
const
|
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];
|
WindowsOSes = [win32,win64,wince];
|
||||||
Var
|
Var
|
||||||
P : TPackage;
|
P : TPackage;
|
||||||
|
Loading…
Reference in New Issue
Block a user