summaryrefslogtreecommitdiff
path: root/compiler/systems.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems.pas')
-rw-r--r--compiler/systems.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/systems.pas b/compiler/systems.pas
index e8e462245f..5824c83586 100644
--- a/compiler/systems.pas
+++ b/compiler/systems.pas
@@ -185,6 +185,7 @@ interface
,as_ggas { gnu assembler called "gas" instead of "as" }
,as_i386_nasmhaiku
,as_powerpc_vasm
+ ,as_i386_nlmcoff
);
tar = (ar_none
@@ -448,6 +449,8 @@ interface
systems_internal_sysinit = [system_i386_linux,system_i386_win32];
+ systems_interrupt_table = [{system_arm_embedded}];
+
{ all symbian systems }
systems_symbian = [system_i386_symbian,system_arm_symbian];