summaryrefslogtreecommitdiffstats
path: root/c6x/do_fips
blob: 4045e605cebe5a4324caf39a5fd97d8dde9a11f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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
make -f c6x/fips_algvs.mak