From 21ea74347bfd3d53c4a1b338525c4e5fdd041e68 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 7 Nov 2005 04:32:00 +0000 Subject: 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. svn path=/trunk/; revision=3854 --- externals/build/darwin/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/build/darwin') diff --git a/externals/build/darwin/makefile b/externals/build/darwin/makefile index 4e434539..5713b61a 100644 --- a/externals/build/darwin/makefile +++ b/externals/build/darwin/makefile @@ -12,13 +12,13 @@ PDEXECUTABLE = ../../../pd/bin/pd ## These generally need gcc-3.3 # Generic PowerPC -OPTIM_FLAGS = -mpowerpc-gpopt +#OPTIM_FLAGS = -mpowerpc-gpopt # PowerPC 750 (G3) -#OPTIM_FLAGS = -mpowerpc-gpopt -mcpu=750 +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 +#OPTIM_FLAGS = -fast -fPIC -mcpu=7450 -faltivec -ffast-math # PowerPC G5 (gcc-3.3) #OPTIM_FLAGS = -fast -fPIC -faltivec -- cgit v1.2.1