diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-07 04:32:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-07 04:32:00 +0000 |
commit | 21ea74347bfd3d53c4a1b338525c4e5fdd041e68 (patch) | |
tree | 733ab921b95665a32f4e321ec4d4ce41194055d5 /externals/build/darwin | |
parent | d9867c372e30a95352d69b04cf7da983f872567f (diff) |
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
Diffstat (limited to 'externals/build/darwin')
-rw-r--r-- | externals/build/darwin/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |