From: Niels Möller Date: Wed, 13 Mar 2002 16:04:10 +0000 (+0100) Subject: (asm_path): For now, disable x86 assembler code. X-Git-Tag: nettle_1.6_release_20021003~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39bca30b465a6c8a0a95a01ff08d714713663af5;p=thirdparty%2Fnettle.git (asm_path): For now, disable x86 assembler code. Rev: src/nettle/configure.in:1.14 --- diff --git a/configure.in b/configure.in index c0098872..227ad0f7 100644 --- a/configure.in +++ b/configure.in @@ -57,7 +57,8 @@ fi asm_path= case "$host" in [i?86*-*-* | k[5-8]*-*-* | pentium*-*-* | athlon-*-*]) - asm_path=x86 + # Disable x86 assembler until tested properly + # asm_path=x86 ;; *sparc*-*-*) asm_path=sparc