From 388478561dd4457afedf530591f02cb05864b187 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 5 May 2014 11:44:02 -0400 Subject: Fix cross-compiling when 128-bit math compiles but won't link Apparently, there exist cross-compiling environments for arm7 where you can compile a 64x64->128 multiply, but not link it. Fixes bug 11729; bugfix on 0.2.4.8-alpha. Patch from 'conradev'. --- changes/bug11729 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug11729 (limited to 'changes') diff --git a/changes/bug11729 b/changes/bug11729 new file mode 100644 index 000000000..93751cfea --- /dev/null +++ b/changes/bug11729 @@ -0,0 +1,5 @@ + o Minor bugfixes (build): + - When deciding whether to build the 64-bit curve25519 implementation, + detect platforms where we can compile 128-bit arithmetic but cannot + link it. Fixes bug 11729; bugfix on 0.2.4.8-alpha. Patch + from "conradev". -- cgit v1.2.3