From: Adam Russell Date: Tue, 30 Jun 2009 19:33:35 +0000 (-0400) Subject: patch submission(symbian/config.pl) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b5b006ca2dcfa112f22578f899526bce7d5e411;p=p5sagit%2Fp5-mst-13.2.git patch submission(symbian/config.pl) Another symbian patch. All the credit for this one really should go to Osvaldo Villalon(ovillalon@dextratech.com).
Another symbian patch. All the credit for this one
really should go to Osvaldo Villalon(ovillalon@dextratech.com).
From 8bfdfd3cd4ef775ae7f30bcade9f0f138ce8d8ac Mon Sep 17 00:00:00 2001 From: Adam Russell Date: Tue, 30 Jun 2009 15:24:39 -0400 Subject: [PATCH 1685/1685] Changes made by Osvaldo Villalon update for latest SDKs. Signed-off-by: H.Merijn Brand --- diff --git a/symbian/config.pl b/symbian/config.pl index 22a42c4..5c26829 100644 --- a/symbian/config.pl +++ b/symbian/config.pl @@ -28,7 +28,7 @@ if ($SYMBIAN_ROOT eq 'C:\Symbian\Series60_1_2_CW') { } my $WIN = $ENV{WIN} ; # 'wins', 'winscw' (from sdk.pl) -my $ARM = 'thumb'; # 'thumb', 'armv5' +my $ARM = 'armv5'; # 'thumb', 'armv5' # Configuration for S60 5th Edition SDK v0.9 my $S60SDK = $ENV{S60SDK}; # qw(1.2 2.0 2.1 2.6) (from sdk.pl) my $S80SDK = $ENV{S80SDK}; # qw(2.0) (from sdk.pl) my $S90SDK = $ENV{S90SDK}; # qw(1.1) (from sdk.pl)