summaryrefslogtreecommitdiff
path: root/compiler/systems.inc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems.inc')
-rw-r--r--compiler/systems.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/compiler/systems.inc b/compiler/systems.inc
index 23c91706db..845d28124e 100644
--- a/compiler/systems.inc
+++ b/compiler/systems.inc
@@ -162,7 +162,10 @@
system_i8086_msdos, { 79 }
system_mipsel_android, { 80 }
system_mipseb_embedded, { 81 }
- system_mipsel_embedded { 82 }
+ system_mipsel_embedded, { 82 }
+ system_i386_aros, { 83 }
+ system_x86_64_aros, { 84 }
+ system_x86_64_dragonfly { 85 }
);
type
@@ -213,6 +216,7 @@
tlink = (ld_none,
ld_aix, { external linkers (one per OS, handles all CPUs) }
ld_amiga,
+ ld_aros,
ld_atari,
ld_android,
ld_beos,
@@ -270,7 +274,8 @@
tscripttype = (script_none
,script_dos,script_unix,script_amiga,
- script_mpw
+ script_mpw,
+ script_fpcres
);
tabi = (abi_default