From 5c1d4b130b4a0390dabaf7d024c3d934e3263f3b Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 12 Dec 2008 16:07:22 +0000 Subject: [PATCH] * added system_powerpc64_linux to system_linux set git-svn-id: trunk@12355 - --- compiler/systems.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index 78d0e58039..f6ea1ccf1c 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -385,7 +385,7 @@ interface system_any = system_none; system_wince = [system_arm_wince,system_i386_wince]; - system_linux = [system_i386_linux,system_x86_64_linux,system_powerpc_linux, + system_linux = [system_i386_linux,system_x86_64_linux,system_powerpc_linux,system_powerpc64_linux, system_arm_linux,system_sparc_linux,system_alpha_linux,system_m68k_linux, system_x86_6432_linux]; { all real windows systems, no cripple ones like wince, wdosx et. al. }