projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae4eac
)
Fix typo in WCE section in VC-32.pl [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Thu, 11 Aug 2005 08:19:43 +0000
(08:19 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 11 Aug 2005 08:19:43 +0000
(08:19 +0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 7932cb005a988054e045c8b764406d3313e2221c..f9ecfa36d609db6279847d22947c64f9235e726c 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-54,7
+54,7
@@
elsif ($FLAVOR =~ /CE/)
SWITCH: for($wcetgt) {
/^X86/ && do { $wcecdefs.=" -Dx86 -D_X86_ -D_i386_ -Di_386_";
$wcelflag.=" /machine:IX86"; last; };
- /^ARM
4[IT]/
&& do { $wcecdefs.=" -DARM -D_ARM_ -D$wcetgt";
+ /^ARM
V4[IT]/
&& do { $wcecdefs.=" -DARM -D_ARM_ -D$wcetgt";
$wcecdefs.=" -DTHUMB -D_THUMB_" if($wcetgt=~/T$/);
$wcecdefs.=" -QRarch4T -QRinterwork-return";
$wcelflag.=" /machine:THUMB"; last; };