[Cryptech-Commits] [sw/pkcs11] branch master updated: libtfm assembly code has portability issues under pbuilder, and we don't really need it for libpkcs11.

git at cryptech.is git at cryptech.is
Sun Jun 26 17:06:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository sw/pkcs11.

The following commit(s) were added to refs/heads/master by this push:
       new  3118c13   libtfm assembly code has portability issues under pbuilder, and we don't really need it for libpkcs11.
3118c13 is described below

commit 3118c1384c46140269033ea63faa6ebca9a3af5a
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Jun 26 13:03:03 2016 -0400

    libtfm assembly code has portability issues under pbuilder, and we don't really need it for libpkcs11.
---
 libtfm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libtfm/Makefile b/libtfm/Makefile
index b819bba..2010da1 100644
--- a/libtfm/Makefile
+++ b/libtfm/Makefile
@@ -17,7 +17,7 @@ HDR  := ${REPO}/tomsfastmath/src/headers/tfm.h
 LIB  := tomsfastmath/libtfm.a
 
 #CFLAGS	+= -DTFM_X86
-#CFLAGS	+= -DTFM_NO_ASM
+CFLAGS	+= -DTFM_NO_ASM
 
 CFLAGS	+= -fPIC -Wall -W -Wshadow -I${REPO}/tomsfastmath/src/headers -g3 -DFP_MAX_SIZE="(${BITS}*2+(8*DIGIT_BIT))"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list