From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 16:49:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 373981065721 for ; Sat, 30 Aug 2008 16:49:18 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 0C7F18FC36 for ; Sat, 30 Aug 2008 16:49:18 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0K6F00IR2AQ4J440@mta2.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sat, 30 Aug 2008 12:49:17 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id m7UCldtf044935; Sat, 30 Aug 2008 08:47:39 -0400 Date: Sat, 30 Aug 2008 08:47:39 -0400 From: "Aryeh M. Friedman" In-reply-to: <48B9782A.5010300@gmail.com> Cc: freebsd-questions@freebsd.org Message-id: <48B9416B.6050903@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <48B9351F.8090903@gmail.com> <48B9782A.5010300@gmail.com> User-Agent: Thunderbird 2.0.0.16 (X11/20080824) Subject: Re: complete listing of CPUTYPES X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2008 16:49:18 -0000 Manolis Kiagias wrote: > illoai@gmail.com wrote: >> 2008/8/30 Aryeh M. Friedman : >> >>> I just switched from amd64 to i386 8-current on a machine and was using >>> CPUTYPE?=nocona but want to know: >>> >>> a) Is this still correct for a intel dual core e6850 (3.0GHz) >>> b) Is there a file that contains all the CPUTYPES and a description >>> of what >>> processors belong to which type? >>> >> >> I think that's a gcc thing, more or less. >> man gcc gives a pretty exhaustive list of the cpu types >> (and synonyms) which you may set. >> >> > You can also see a list of CPUTYPEs in the examples: > > /usr/share/examples/etc/make.conf > > core and core2 exist (in 7.0-RELEASE). I guess core2 is what you are > looking for. > Every type is documented in gcc(1) except core and core2.... do these actually do anything?