aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/modinfo.txt
blob: d446cd2cd45453635488c9f8376ca6bdb9d07ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
realname "Algorithm x86 Assembler"

replace_file md4.cpp
replace_file md5.cpp
replace_file sha160.cpp
replace_file serpent.cpp
ignore_file mp_muladd.cpp

add_file asm_macr.h

add_file md4core.S
add_file md5core.S
add_file sha1core.S
add_file serp_asm.S
add_file mp_muladd.S

<arch>
ia32
</arch>

<cc>
gcc
</cc>

# ELF systems
<os>
linux
freebsd
netbsd
openbsd
solaris
</os>