Commit 76f4af20 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

cross compile target support for do_fips script

parent fcb81a19
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@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=