$NetBSD: patch-ac,v 1.1 2002/11/19 20:54:21 agc Exp $

Remove -malign-double from configuration options - causes problems in
at least the stat structure - from Christian Biere

--- configure	2002/11/19 20:37:03	1.1
+++ configure	2002/11/19 20:37:35
@@ -1581,13 +1581,6 @@
 echo "${ECHO_T}Turning on gcc 3 optimisations" >&6
         CFLAGS="$CFLAGS -minline-all-stringops -fno-math-errno"
       fi
-      case $target_cpu in
-        i?86) echo "$as_me:1585: result: Turning on pentium optimisations" >&5
-echo "${ECHO_T}Turning on pentium optimisations" >&6
-              CFLAGS="$CFLAGS -march=pentium -malign-double -malign-loops=5"
-              CFLAGS="$CFLAGS -malign-jumps=5 -malign-functions=5"
-              ;;
-      esac
     else
       { echo "$as_me:1592: WARNING: You did not opt for gcc optimisations!" >&5
 echo "$as_me: WARNING: You did not opt for gcc optimisations!" >&2;}
