allow machine specific optimizations to be compiled in, as they are
safely detected at run time.
This commit is contained in:
parent
da1ba4c978
commit
c102553182
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2003/08/15 14:25:59 jolan Exp $
|
||||
--- configure.orig 2003-08-13 13:55:09.000000000 -0500
|
||||
+++ configure 2003-08-14 12:18:02.000000000 -0500
|
||||
@@ -14614,7 +14614,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }; }; then
|
||||
- ac_cv_sse_inline=yes
|
||||
+ ac_cv_sse_inline=no
|
||||
else
|
||||
echo "$as_me: failed program was:" >&5
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
@@ -14669,7 +14669,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); }; }; then
|
||||
- ac_cv_altivec_inline=yes
|
||||
+ ac_cv_altivec_inline=no
|
||||
else
|
||||
echo "$as_me: failed program was:" >&5
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
Loading…
Reference in New Issue
Block a user