From c6806b3a8e6ce75cd9834c578839aab2f1e16530 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 1 Oct 2008 11:12:17 +0000 Subject: [PATCH] codetools: added arm-linux to LCL targets git-svn-id: trunk@16827 - --- components/codetools/definetemplates.pas | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/codetools/definetemplates.pas b/components/codetools/definetemplates.pas index db64abb86d..b5cde99ec9 100644 --- a/components/codetools/definetemplates.pas +++ b/components/codetools/definetemplates.pas @@ -115,7 +115,7 @@ const 'i386', 'powerpc', 'm68k', 'x86_64', 'sparc', 'arm' ); - Lazarus_CPU_OS_Widget_Combinations: array[1..39] of shortstring = ( + Lazarus_CPU_OS_Widget_Combinations: array[1..42] of shortstring = ( 'i386-linux-gtk', 'i386-linux-gtk2', 'i386-linux-qt', @@ -149,6 +149,9 @@ const 'sparc-linux-gtk2', 'arm-wince-wince', 'arm-wince-fpgui', + 'arm-linux-gtk', + 'arm-linux-gtk2', + 'arm-linux-qt', 'x86_64-linux-gtk', 'x86_64-linux-gtk2', 'x86_64-linux-qt',