Changeset: aa817d807a8d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aa817d807a8d
Modified Files:
        configure.ag
Branch: default
Log Message:

configure: undo undoubtedly accidential changes from c9f6755cc596


diffs (21 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1008,7 +1008,7 @@
                       dnl  (Mserver produces tons of incorrect BATpropcheck 
warnings);
                       dnl  hence, we omit -funroll-all-loops, here.
                       case "$gcc_ver" in
-                      4.*) CFLAGS="$CFLAGS -ftree-vectorize -march=atom";;
+                      4.*) CFLAGS="$CFLAGS -ftree-vectorize";;
                            dnl  "-ftree-vectorize" is only available with 
newer versions of gcc, only;
                            dnl  did not check the exact version, but 4.1 has 
it, while 3.4.5 does not.
                       esac
@@ -1016,7 +1016,7 @@
       x86_64-*-*|i*86-*-*)
                       CFLAGS="$CFLAGS -O6 -fomit-frame-pointer 
-finline-functions -malign-loops=4 -malign-jumps=4 -malign-functions=4 
-fexpensive-optimizations -funroll-all-loops  -funroll-loops 
-frerun-cse-after-loop -frerun-loop-opt"
                       case "$gcc_ver" in
-                      4.*) CFLAGS="$CFLAGS -ftree-vectorize -march=atom";;
+                      4.*) CFLAGS="$CFLAGS -ftree-vectorize";;
                            dnl  "-ftree-vectorize" is only available with 
newer versions of gcc, only;
                            dnl  did not check the exact version, but 4.1 has 
it, while 3.4.5 does not.
                       esac
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to