blob: 6b797dc6b3d6ceab2c7ca46ecaeefab50c09f657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$NetBSD: patch-aj,v 1.4 2013/02/09 19:59:44 ryoon Exp $
Kill all of the overzealous optimization; if the user wants this,
there is devel/cpuflags and mk.conf.
--- configure.orig 2011-09-28 13:10:13.000000000 +0000
+++ configure
@@ -15794,7 +15794,7 @@ rm -f core conftest.err conftest.$ac_obj
$as_echo "#define x86 1" >>confdefs.h
- COMMON_X86_OPT_FLAGS="-O3 -fomit-frame-pointer -ffast-math -funroll-loops"
+ COMMON_X86_OPT_FLAGS="-fomit-frame-pointer"
if test x$with_cpu_target != x ; then
@@ -15832,7 +15832,7 @@ if test "x$enable_dynsimd" = xyes; then
$as_echo "#define USE_DYNSIMD 1" >>confdefs.h
- SIMD_CFLAGS="-O -msse -msse2 -m3dnow"
+ SIMD_CFLAGS=""
fi
|