patch submission(symbian/config.pl)
authorAdam Russell <arussell@cs.uml.edu>
Tue, 30 Jun 2009 19:33:35 +0000 (15:33 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 1 Jul 2009 06:46:31 +0000 (08:46 +0200)
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>
symbian/config.pl

index 22a42c4..5c26829 100644 (file)
@@ -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)