In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9b5b006ca2dcfa112f22578f899526bce7d5e411?hp=36392a5f57ced56add402125103d4aaf4e746c07>
- Log ----------------------------------------------------------------- commit 9b5b006ca2dcfa112f22578f899526bce7d5e411 Author: Adam Russell <[email protected]> Date: Tue Jun 30 15:33:35 2009 -0400 patch submission(symbian/config.pl) Another symbian patch. All the credit for this one really should go to Osvaldo Villalon([email protected]). <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.6001.18063" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Another symbian patch. All the credit for this one </FONT></DIV> <DIV><FONT face=Arial size=2>really should go to Osvaldo Villalon(<A href="mailto:[email protected]">[email protected]</A>). </FONT></DIV></BODY></HTML> From 8bfdfd3cd4ef775ae7f30bcade9f0f138ce8d8ac Mon Sep 17 00:00:00 2001 From: Adam Russell <[email protected]> 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 <[email protected]> ----------------------------------------------------------------------- Summary of changes: symbian/config.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- Perl5 Master Repository
