Hi,
nice job, thank you.
Fero Kiraly wrote:
Dear friends,
I try to manage PKGBUILD of latest Pd-extended (svn & git) + latest Gem (git) for arch. For me it's running, what makes me happy because I am one of the new Archers.
What you can do is let the compiler optimize a bit for i686, since Arch does not run on i386 anyway :
--- pd-extended/packages/linux_make/Makefile.DIST 2012-03-12 06:50:51.000000000 +0100 +++ pd-extended/packages/linux_make/Makefile 2012-04-20 14:19:55.533178855 +0200 @@ -38,7 +38,7 @@ TARGET_PLATFORM := $(shell uname -m) ifeq ($(TARGET_PLATFORM),i686) # Generic x86 (tune for Pentium III, since that's more common these # days)
+# OPT_CFLAGS += -mtune=i686 -march=i386 endif ifeq ($(TARGET_PLATFORM),amd64) OPT_CFLAGS += -march=k8 -msse -msse2 -mfpmath=sse
But I really like the comment about Pentium III beeing common :).
Cheers,