From 781280094ad389e8958631b97e70f498becbd9cb Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 25 Nov 2016 11:52:06 +0100 Subject: c6x/* "facelift": - make scripts executable; - "parameterize" platform selection in c6x/do_fips; - add c6x/fips_algvs.mak; - add c6x/run6x.js launcher for more recent CCS versions; Reviewed-by: Rich Salz Reviewed-by: Tim Hudson Reviewed-by: Stephen Henson (Merged from https://github.com/openssl/openssl/pull/4265) --- c6x/do_fips | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) mode change 100644 => 100755 c6x/do_fips (limited to 'c6x/do_fips') diff --git a/c6x/do_fips b/c6x/do_fips old mode 100644 new mode 100755 index c1c29fcf83..4045e605ce --- a/c6x/do_fips +++ b/c6x/do_fips @@ -1,6 +1,11 @@ #!/bin/sh -perl Configure c64xplus fipscanisteronly no-engine +if ! which cl6x > /dev/null 2>&1; then + echo 'fatal: cl6x is not on $PATH' + exit 1 +fi + +perl Configure ${C6XPLATFORM:-c64xplus} fipscanisteronly no-engine perl util/mkfiles.pl > MINFO perl util/mk1mf.pl auto > c6x/fips.mak make -f c6x/fips.mak -- cgit v1.2.3