summaryrefslogtreecommitdiff
path: root/compiler/x86_64
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-03-29 18:27:27 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-03-29 18:27:27 +0000
commit0e71dd3617e20596e49904af67e0ebb742b04fa2 (patch)
tree13ec43f9e6e431fbba5933b7a95bf2fcb97d0c11 /compiler/x86_64
parent70020cde14da112c65caf1e0a08aedc048186b69 (diff)
downloadfpc-0e71dd3617e20596e49904af67e0ebb742b04fa2.tar.gz
* split i/t_darwin from i/t_bsd, as they don't have that much in common
any more git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44407 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/x86_64')
-rw-r--r--compiler/x86_64/cputarg.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/x86_64/cputarg.pas b/compiler/x86_64/cputarg.pas
index 80b708ca1e..3092f70c01 100644
--- a/compiler/x86_64/cputarg.pas
+++ b/compiler/x86_64/cputarg.pas
@@ -44,6 +44,9 @@ implementation
{$ifndef NOTARGETFREEBSD}
,t_bsd
{$endif}
+ {$ifndef NOTARGETDARWIN}
+ ,t_darwin
+ {$endif}
{$ifndef NOTARGETWIN}
,t_win
,win64unw