From 8e4cc7c19066c82a091dc66bd8ce79bce16e830d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 14 Aug 2008 17:41:19 +0000 Subject: merged in changes from the v0-40 pd-extended release branch svn path=/trunk/; revision=10244 --- packages/linux_make/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/linux_make/Makefile') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 6b4a2c51..a170f2d3 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -4,7 +4,8 @@ CWD := $(shell pwd) -DESTDIR = $(CWD)/build +# DESTDIR needs the trailing slash +DESTDIR = $(CWD)/build/ cvs_root_dir := $(shell cd $(CWD)/../.. && pwd) BUILDLAYOUT_DIR = $(cvs_root_dir)/packages @@ -23,7 +24,7 @@ endif TARGET_PLATFORM := $(shell uname -m) ifeq ($(TARGET_PLATFORM),i686) # Generic x86 (tune for Pentium III, since that's more common these days) -OPT_CFLAGS += -mcpu=i686 -march=i386 +OPT_CFLAGS += -mtune=i686 -march=i386 #OPT_CFLAGS += -march=pentium3 -msse -mfpmath=sse #OPT_CFLAGS += -march=pentium4 -msse -msse2 -mfpmath=sse endif -- cgit v1.2.1