Update of /cvsroot/xine/xine-lib/m4
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7797

Modified Files:
        optimizations.m4 
Log Message:
Don't disable stack-alignment anymore, as discussed in private mail with Miguel 
Freitas
on 17 Feb


Index: optimizations.m4
===================================================================
RCS file: /cvsroot/xine/xine-lib/m4/optimizations.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- optimizations.m4    17 Jun 2006 15:20:56 -0000      1.5
+++ optimizations.m4    18 Feb 2007 08:46:43 -0000      1.6
@@ -17,11 +17,6 @@
     if test "$GCC" = yes; then
         dnl
         dnl check cflags not supported by all gcc versions
-        dnl eg: -mpreferred-stack-boundary=2 and 2.91.66,
-        dnl and gcc-2.7.2.3 support a bit less options
-        dnl
-        AC_TRY_CFLAGS("-mpreferred-stack-boundary=2",
-            m_psb="-mpreferred-stack-boundary=2", m_psb="")
         AC_TRY_CFLAGS("-fschedule-insns2", f_si="-fschedule-insns2", f_si="")
         AC_TRY_CFLAGS("-mwide-multiply", m_wm="-mwide-multiply", m_wm="")
         dnl


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to