diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-26 13:03:03 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-26 13:03:03 -0400 |
commit | 3118c1384c46140269033ea63faa6ebca9a3af5a (patch) | |
tree | b310792115c7b3c2c9c74806a20719c53bcead9b | |
parent | 6c7ea9977c45116cc51aba7a4486059926d01113 (diff) |
libtfm assembly code has portability issues under pbuilder, and we don't really need it for libpkcs11.
-rw-r--r-- | libtfm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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))" |