[MPlayer-cvslog] r21585 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Dec 10 23:12:48 CET 2006


Author: reimar
Date: Sun Dec 10 23:12:48 2006
New Revision: 21585

Modified:
   trunk/configure

Log:
Better default CFLAGS for non-gnu, non-intel compilers


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Dec 10 23:12:48 2006
@@ -1560,6 +1560,8 @@
 elif test -z "$CFLAGS" ; then
   if test "$cc_vendor" = "intel" ; then
     CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer"
+  elif test "$cc_vendor" != "gnu" ; then
+    CFLAGS="-O2 $_march $_mcpu $_pipe"
   else
     CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
   fi



More information about the MPlayer-cvslog mailing list