[PD-cvs] packages/darwin_app Makefile,1.77,1.78

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Oct 27 06:49:38 CEST 2007


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

Modified Files:
	Makefile 
Log Message:
removed old CPU OPT_CFLAGS and turned on DEBUG_SOUNDFILE to test writesf~ bug

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** Makefile	22 Oct 2007 03:18:09 -0000	1.77
--- Makefile	27 Oct 2007 04:49:36 -0000	1.78
***************
*** 26,29 ****
--- 26,32 ----
  TARGET_PLATFORM := $(shell uname -p)
  
+ # CPU-specific gleaned from:
+ # http://developer.apple.com/releasenotes/DeveloperTools/RN-GCC4/
+ # http://hpc.sourceforge.net/
  # 10.3 uses gcc 3.3, and 10.3 only runs on PowerPC
  GCC_VERSION := $(shell gcc -dumpversion)
***************
*** 42,63 ****
  endif
  
! ifeq ($(TARGET_PLATFORM),powerpc)
! # Package default, support older PowerPCs, but G3 is the most common
! #OPT_CFLAGS += -mcpu=powerpc -mtune=G3
! 
! # CPU-specific gleaned from:
! # http://developer.apple.com/releasenotes/DeveloperTools/RN-GCC4/
! # http://hpc.sourceforge.net/
! # Generic PowerPC
! #OPT_CFLAGS += -mcpu=powerpc -mpowerpc
! # PowerPC 750 (G3)
! #OPT_CFLAGS += -mcpu=750 -mpowerpc-gfxopt
! # PowerPC 7400 (G4 <= 700Mhz) 
! #OPT_CFLAGS += -fast -fPIC -mcpu=G4 -mtune=G4
! # PowerPC 7450 (G4 >= 533MHz) 
! #OPT_CFLAGS += -fast -fPIC -mcpu=7450 -mtune=7450
! # PowerPC G5 (gcc-4.x)
! #OPT_CFLAGS += -fast -fPIC
! endif
  
  # these are sent to all of the various Makefiles so that they all copy their
--- 45,49 ----
  endif
  
! OPT_FLAGS += -DDEBUG_SOUNDFILE
  
  # these are sent to all of the various Makefiles so that they all copy their





More information about the Pd-cvs mailing list