From 76f4af202ef76c9a2bff141f6635da875c571436 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 18 May 2012 15:55:40 +0000 Subject: [PATCH] cross compile target support for do_fips script --- ms/do_fips.bat | 8 ++++++++ 1 file changed, 8 insertions(+) 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= -- 2.25.1