Changeset: 9a5d7f31fab0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9a5d7f31fab0
Modified Files:
        buildtools/conf/MonetDB.m4
Branch: Oct2010
Log Message:

remove redundant icc 11 code generation flag


diffs (12 lines):

diff -r b4eb362b46c2 -r 9a5d7f31fab0 buildtools/conf/MonetDB.m4
--- a/buildtools/conf/MonetDB.m4        Wed Dec 15 10:04:55 2010 +0100
+++ b/buildtools/conf/MonetDB.m4        Wed Dec 15 10:39:28 2010 +0100
@@ -1900,7 +1900,7 @@
 #     x86_64-*-*-10.*) CFLAGS="$CFLAGS                    -unroll              
               ";;
 #     x86_64-*-*-10.*) CFLAGS="$CFLAGS                                         
       -axWPT  ";;
 
-      x86_64-*-*-11.*) CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll -axWPT 
-axSSE4.2     ";; 
+      x86_64-*-*-11.*) CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll              
       -axSSE4.2        ";; 
 
       i*86-*-*-8.*)    CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll              
 -tpp6 -axKWNPB";;
       i*86-*-*-9.*)    CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll              
 -tpp6 -axKWNPB";;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to