summaryrefslogtreecommitdiffstats
path: root/nss/lib/freebl/scripts/gen.sh
blob: ea415cc9499a7124bf986b8c649ae07dccef7200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# Run the scripts in this folder, generating the assembly,
#

perl sha512p8-ppc.pl linux64le sha512-p8.s

# Add the license mention
cat > hdr << "EOF"
# Copyright (c) 2006, CRYPTOGAMS by <appro@openssl.org>
# All rights reserved.
# See the full LICENSE under scripts/.

EOF

cat hdr sha512-p8.s > ../sha512-p8.s

# Cleanup
rm hdr sha512-p8.s