summaryrefslogtreecommitdiff
path: root/symbian/config.pl
diff options
context:
space:
mode:
authorAdam Russell <arussell@cs.uml.edu>2009-06-30 15:33:35 -0400
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-07-01 08:46:31 +0200
commit9b5b006ca2dcfa112f22578f899526bce7d5e411 (patch)
tree25fa318faf99a99a70c498623f9c3d960d52b99f /symbian/config.pl
parent36392a5f57ced56add402125103d4aaf4e746c07 (diff)
downloadperl-9b5b006ca2dcfa112f22578f899526bce7d5e411.tar.gz
patch submission(symbian/config.pl)
Another symbian patch. All the credit for this one really should go to Osvaldo Villalon(ovillalon@dextratech.com). <!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:ovillalon@dextratech.com">ovillalon@dextratech.com</A>). </FONT></DIV></BODY></HTML> From 8bfdfd3cd4ef775ae7f30bcade9f0f138ce8d8ac Mon Sep 17 00:00:00 2001 From: Adam Russell <arussell@cs.uml.edu> 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 <h.m.brand@xs4all.nl>
Diffstat (limited to 'symbian/config.pl')
-rw-r--r--symbian/config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/config.pl b/symbian/config.pl
index 22a42c4058..5c26829b39 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)