From 3118c1384c46140269033ea63faa6ebca9a3af5a Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 26 Jun 2016 13:03:03 -0400 Subject: 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(-) (limited to 'libtfm') 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))" -- cgit v1.2.3