diff options
Diffstat (limited to 'compiler/i386/cputarg.pas')
-rw-r--r-- | compiler/i386/cputarg.pas | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/i386/cputarg.pas b/compiler/i386/cputarg.pas index 64cd649c87..427cc1196b 100644 --- a/compiler/i386/cputarg.pas +++ b/compiler/i386/cputarg.pas @@ -86,6 +86,9 @@ implementation {$ifndef NOTARGETEMBEDDED} ,t_embed {$endif} + {$ifndef NOTARGETAROS} + ,t_aros + {$endif} {************************************** Assemblers |