[PD-cvs] packages/darwin_app Makefile,1.65.2.16,1.65.2.17

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Oct 19 07:09:35 CEST 2007


Update of /cvsroot/pure-data/packages/darwin_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1540

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
reduced optim flags so that they might work with Pd itself

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.65.2.16
retrieving revision 1.65.2.17
diff -C2 -d -r1.65.2.16 -r1.65.2.17
*** Makefile	18 Oct 2007 16:36:57 -0000	1.65.2.16
--- Makefile	19 Oct 2007 05:09:32 -0000	1.65.2.17
***************
*** 34,38 ****
  OPT_CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3
  else
! OPT_CFLAGS = -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -malign-natural -falign-loops=16 -falign-jumps=16 -falign-functions=16 -ffast-math -funroll-loops -ftree-loop-linear -mpowerpc-gpopt -fsched-interblock -fgcse-sm  -mcpu=7450 -mtune=7450
  # auto-vectorization in GCC 4.x for CPUs with SIMD
  #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \
--- 34,38 ----
  OPT_CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3
  else
! OPT_CFLAGS = -ffast-math -funroll-loops -ftree-loop-linear -mpowerpc-gpopt -mcpu=7450 -mtune=7450
  # auto-vectorization in GCC 4.x for CPUs with SIMD
  #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \





More information about the Pd-cvs mailing list