From owner-freebsd-stable@FreeBSD.ORG Mon Jun 13 19:03:32 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D0116A469 for ; Mon, 13 Jun 2005 19:03:32 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from viefep18-int.chello.at (viefep18-int.chello.at [213.46.255.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90E743D48 for ; Mon, 13 Jun 2005 19:03:30 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [80.98.207.149] by viefep18-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050613190329.ONGT12975.viefep18-int.chello.at@[80.98.207.149]>; Mon, 13 Jun 2005 21:03:29 +0200 Message-ID: <42ADD87E.5010405@t-hosting.hu> Date: Mon, 13 Jun 2005 21:03:26 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Jakubik References: <3502.172.16.0.199.1118688995.squirrel@172.16.0.1> In-Reply-To: <3502.172.16.0.199.1118688995.squirrel@172.16.0.1> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: stable@freebsd.org Subject: Re: CPUTYPE for Sempron X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 19:03:33 -0000 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 > AMD Features=0xc0500000 > > > >_______________________________________________ >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" > >