![](https://secure.gravatar.com/avatar/caeb739a5020db44393085215bcbea8a.jpg?s=120&d=mm&r=g)
Am Donnerstag, 17. Mai 2007 06:41:34 schrieb Chris Pemberton:
I had mentioned previously that I would post my results of using "export MAKEFLAGS=-j3" in the pkgmk.conf file. My pkgmk.conf contained the following:
export CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer -msse3 -mfpmath=sse" export CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer -msse3 -mfpmath=sse" export MAKEFLAGS="-j3"
Here is a list of the ports that I compiled and the results (no comment = success). The system was a dual-core laptop with 2GB RAM. (Sorry, some are listed more than once)
cpufrequtils synaptics 915resolution freetype firefox --> would not compile with -msse3
Hi, I have no dual core cpu, but no problems with -msse3 and firefox. My CPU is a Athlon64 rev. F2. CFLAGS="-march=k8 -m32 -msse3 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden" LDFLAGS="-Wl,-O1"