aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/modinfo.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-08-13 11:49:02 +0000
committerlloyd <[email protected]>2006-08-13 11:49:02 +0000
commitcc22113194938343db8ceff2fb5fee07f6e66f88 (patch)
treedfed88bb796481b3b1610648ff79a0841ccbc31b /modules/alg_ia32/modinfo.txt
parentdaf52d03dc898dc1e3b05649532986a998f4d88c (diff)
Rename sha_x86 module to alg_ia32; there will probably be other algorithms
going in here (at least eventually, and potentially soon-ish)
Diffstat (limited to 'modules/alg_ia32/modinfo.txt')
-rw-r--r--modules/alg_ia32/modinfo.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt
new file mode 100644
index 000000000..e59b9f809
--- /dev/null
+++ b/modules/alg_ia32/modinfo.txt
@@ -0,0 +1,22 @@
+realname "Algorithm x86 Assembler"
+
+replace_file sha160.cpp
+add_file asm_macr.h
+add_file sha1core.S
+
+<arch>
+ia32
+</arch>
+
+<cc>
+gcc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+netbsd
+openbsd
+solaris
+</os>