Update of /cvsroot/pure-data/externals/build/darwin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4006/darwin
Modified Files: makefile Log Message: added iemmatrix as individual files. Not all of them work yet, but most of them do. I think its just a few of the binops that dont work, and some of the alias with special characters that filesystems usually dont like, like *, ^, /, etc.
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/externals/build/darwin/makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** makefile 26 Apr 2005 04:38:45 -0000 1.16 --- makefile 7 Nov 2005 04:31:58 -0000 1.17 *************** *** 13,23 **** ## These generally need gcc-3.3 # Generic PowerPC ! OPTIM_FLAGS = -mpowerpc-gpopt # PowerPC 750 (G3) ! #OPTIM_FLAGS = -mpowerpc-gpopt -mcpu=750 # PowerPC 7400 (G4 <= 700Mhz) #OPTIM_FLAGS = -fast -fPIC -mcpu=7400 -faltivec # PowerPC 7450 (G4 >= 533MHz) ! #OPTIM_FLAGS = -fast -fPIC -mcpu=7450 -faltivec # PowerPC G5 (gcc-3.3) #OPTIM_FLAGS = -fast -fPIC -faltivec --- 13,23 ---- ## These generally need gcc-3.3 # Generic PowerPC ! #OPTIM_FLAGS = -mpowerpc-gpopt # PowerPC 750 (G3) ! OPTIM_FLAGS = -mpowerpc-gpopt -mcpu=750 # PowerPC 7400 (G4 <= 700Mhz) #OPTIM_FLAGS = -fast -fPIC -mcpu=7400 -faltivec # PowerPC 7450 (G4 >= 533MHz) ! #OPTIM_FLAGS = -fast -fPIC -mcpu=7450 -faltivec -ffast-math # PowerPC G5 (gcc-3.3) #OPTIM_FLAGS = -fast -fPIC -faltivec