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:
fcb81a1
)
cross compile target support for do_fips script
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 18 May 2012 15:55:40 +0000
(15:55 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 18 May 2012 15:55:40 +0000
(15:55 +0000)
ms/do_fips.bat
patch
|
blob
|
history
diff --git
a/ms/do_fips.bat
b/ms/do_fips.bat
index 73b0a3e8e47e6eb96a5757103a0958f5126aa997..18a3578a2681e1a3b51a99b0956536ffa3885b09 100644
(file)
--- a/
ms/do_fips.bat
+++ b/
ms/do_fips.bat
@@
-1,5
+1,13
@@
@echo off
+if X%CROSS_TARGET% == X goto detect
+
+echo Cross compiling for %CROSS_TARGET%
+SET TARGET=%CROSS_TARGET%
+SET ASM=%CROSS_ASM%
+goto compile
+
+:detect
SET ASM=%1
SET EXARG=