Is Gnome2 not supported on the amd64 ARCH?

文鳥 bunchou at googlemail.com
Sun Jan 2 18:55:21 UTC 2011


On Sun, 2 Jan 2011 06:42:27 -0800 (PST)
fbsdmail at dnswatch.com wrote:


> Hello again, and thanks for your response.
> I commented it out after responding to your response, and
> it happily built. I just figured I'd use the CPUTYPE?= option
> to gain better amd64 profiling, but apparently it's only
> _really_ available for the i386 CPU's. I say that because
> I've always used that option when building on those ARCH types,
> and never ran into a problem. Oh well, hopefully sometime son,
> it'll be better supported on the amd64 - fingers crossed. :)
> 
> Thanks again for taking the time to respond.
> 
> --Chris
> 
> 

Please take a look at /usr/share/examples/etc/make.conf
It clearly states that athlon-mp is for the Intel x86 arch _only_.
Wikipedia tells us the same
(http://en.wikipedia.org/wiki/Athlon_mp#Athlon_XP.2FMP). Therefore I
assume, that (since you've got amd64 running), your CPU isn't really an
"athlon-mp", but rather one of the following (again from the make.conf
example): opteron, athlon64, nocona, prescott, core2 

PS: I personally use "native", since that gives me the same level of
optimization as choosing the correct CPU by hand would. Additionally,
you might consider compiling ports with gcc45, since the base cc
doesn't support newer CPU features like e.g. SSE4.2.

Best regards


More information about the freebsd-amd64 mailing list