diff options
Diffstat (limited to 'modules/asm/asm_amd64/modinfo.txt')
-rw-r--r-- | modules/asm/asm_amd64/modinfo.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/modules/asm/asm_amd64/modinfo.txt b/modules/asm/asm_amd64/modinfo.txt new file mode 100644 index 000000000..30aa5a413 --- /dev/null +++ b/modules/asm/asm_amd64/modinfo.txt @@ -0,0 +1,39 @@ +realname "x86-64 Assembler" + +mp_bits 64 + +load_on request + +<replace> +sha160.cpp +</replace> + +<ignore> +#mp_mulop.cpp +#mp_monty.cpp +</ignore> + +<add> +asm_macr.h +#mp_mulop_amd64.S +#mp_monty.S +sha1_asm.S +</add> + +<arch> +amd64 +</arch> + +<cc> +gcc +icc +</cc> + +# ELF systems +<os> +linux +freebsd +netbsd +openbsd +solaris +</os> |