mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 05:04:05 +02:00
* Also enable ELF32 or ELF64 for OpenBSD OS
git-svn-id: trunk@21004 -
This commit is contained in:
parent
b5b0388f17
commit
afaea929a1
@ -109,7 +109,7 @@ uses
|
|||||||
Executable Loaders
|
Executable Loaders
|
||||||
****************************************************************************}
|
****************************************************************************}
|
||||||
|
|
||||||
{$if defined(netbsd) or defined(freebsd) or defined(linux) or defined(sunos)}
|
{$if defined(freebsd) or defined(netbsd) or defined (openbsd) or defined(linux) or defined(sunos)}
|
||||||
{$ifdef cpu64}
|
{$ifdef cpu64}
|
||||||
{$define ELF64}
|
{$define ELF64}
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user