From 39bca30b465a6c8a0a95a01ff08d714713663af5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 13 Mar 2002 17:04:10 +0100
Subject: [PATCH] (asm_path): For now, disable x86 assembler code.

Rev: src/nettle/configure.in:1.14
---
 configure.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
GitLab