Date: Mon, 13 Jun 2005 21:03:26 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu> To: Mike Jakubik <mikej@rogers.com> Cc: stable@freebsd.org Subject: Re: CPUTYPE for Sempron Message-ID: <42ADD87E.5010405@t-hosting.hu> In-Reply-To: <3502.172.16.0.199.1118688995.squirrel@172.16.0.1> References: <3502.172.16.0.199.1118688995.squirrel@172.16.0.1>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, use CFLAGS=-march=atlhlon-xp. CPUTYPE overrides CFLAGS, so it doesn't provide You such sophisticated optimizations. If You plan to make buildworld, use: CFLAGS=-O2 -pipe -march=athlon-xp Anyway, if You just use ports collection, and don't make buildworld CFLAGS=-O3 -pipe -march=athlon-xp is also reliable, but it might make some trouble when making buildworld. Cheers, Gábor Kövesdán Mike Jakubik wrote: >Which CPUTYPE should be used for the AMD Sempron CPU? I'm assuming this is >similiar to an athlon-xp. Perhaps an alias or a new entry should be >created for this CPU? > >--- >CPU: AMD Sempron(tm) Processor 3000+ (1799.81-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0x10fc0 Stepping = 0 > Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> > AMD Features=0xc0500000<NX,AMIE,DSP,3DNow!> > > > >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42ADD87E.5010405>