Update of /cvsroot/pure-data/packages/linux_make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5928/linux_make
Modified Files:
Makefile
Log Message:
made default optimization options more generic
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile 21 Jul 2006 00:22:52 -0000 1.10
--- Makefile 21 Jul 2006 04:52:12 -0000 1.11
***************
*** 21,25 ****
ifeq ($(TARGET_PLATFORM),i686)
# Generic x86 (tune for Pentium III, since that's more common these days)
! OPT_CFLAGS += -march=i386 -mtune=pentium3
else
ifeq ($(TARGET_PLATFORM),ppc)
--- 21,25 ----
ifeq ($(TARGET_PLATFORM),i686)
# Generic x86 (tune for Pentium III, since that's more common these days)
! OPT_CFLAGS += -march=i386
else
ifeq ($(TARGET_PLATFORM),ppc)