summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-11-25 11:52:06 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-08-30 21:22:30 +0100
commit781280094ad389e8958631b97e70f498becbd9cb (patch)
tree5efee5369d3a0e911a933dad70d38c28dc19e76d /util
parent5526e5791f1426553b6f4806d1ac82efd6ab33bc (diff)
c6x/* "facelift":OpenSSL-fips-2_0-dev
- 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 <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4265)
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 8934ababa1..5c4c50ab35 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -249,7 +249,7 @@ elsif (($platform eq "netware-clib") || ($platform eq "netware-libc") ||
$BSDSOCK=1 if ($platform eq "netware-libc-bsdsock") || ($platform eq "netware-clib-bsdsock");
require 'netware.pl';
}
-elsif ($platform eq "c64xplus")
+elsif ($platform =~ /^c64x/)
{
require "TI_CGTOOLS.pl";
}