From: Dr. Stephen Henson Date: Fri, 18 May 2012 15:55:40 +0000 (+0000) Subject: cross compile target support for do_fips script X-Git-Tag: OpenSSL-fips-2_0-pl1~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76f4af202ef76c9a2bff141f6635da875c571436;p=oweals%2Fopenssl.git cross compile target support for do_fips script --- diff --git a/ms/do_fips.bat b/ms/do_fips.bat index 73b0a3e8e4..18a3578a26 100644 --- 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=