Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31651
Modified Files: Tag: devel_0_39 SConscript Log Message: -maltivec needed to compile altivec code
Index: SConscript =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/SConscript,v retrieving revision 1.1.4.5 retrieving revision 1.1.4.6 diff -C2 -d -r1.1.4.5 -r1.1.4.6 *** SConscript 12 Jul 2005 16:13:22 -0000 1.1.4.5 --- SConscript 12 Jul 2005 18:47:28 -0000 1.1.4.6 *************** *** 386,389 **** --- 386,391 ---- if pdenv['PLATFORM'] != 'darwin': flags += " -mfpmath=sse -mmmx -msse -msse2" + else: + flags += " -maltivec"
pdenv.Append(CCFLAGS=flags)