[PD-cvs] SF.net SVN: pure-data: [9838] branches/pd-extended/v0-40/packages/ darwin_app/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun May 18 11:58:35 CEST 2008


Revision: 9838
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9838&view=rev
Author:   eighthave
Date:     2008-05-18 02:58:34 -0700 (Sun, 18 May 2008)

Log Message:
-----------
removed -fast from PowerPC builds since everything is not yet clear of type-punned pointer problems

Modified Paths:
--------------
    branches/pd-extended/v0-40/packages/darwin_app/Makefile

Modified: branches/pd-extended/v0-40/packages/darwin_app/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-05-18 07:44:47 UTC (rev 9837)
+++ branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-05-18 09:58:34 UTC (rev 9838)
@@ -35,7 +35,7 @@
 else
 # auto-vectorization in GCC 4.x for CPUs with SIMD
 OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \
-	-fast -fPIC -mcpu=7450 -mtune=7450
+	-fPIC -mcpu=7450 -mtune=7450
 endif
 
 # Mac/Intels only run 10.4, so always gcc 4.x


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list