From owner-freebsd-questions@FreeBSD.ORG Thu Mar 15 10:02:24 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4800E16A404 for ; Thu, 15 Mar 2007 10:02:24 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9578913C44C for ; Thu, 15 Mar 2007 10:02:23 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 15 Mar 2007 09:35:41 -0000 Received: from pD952FADE.dip0.t-ipconnect.de (EHLO core2duo) [217.82.250.222] by mail.gmx.net (mp029) with SMTP; 15 Mar 2007 10:35:41 +0100 X-Authenticated: #4870692 X-Provags-ID: V01U2FsdGVkX1+bumYk8O+bBrilFmTiKO2LH22tCS8sczYZeuoTP5 ruSdWLqm7uH59+ Date: Thu, 15 Mar 2007 10:35:34 +0100 To: "Jeffrey Goldberg" , questions@freebsd.org From: "Andreas Rudisch" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <682271DA-A9C3-48E0-A18E-8546A7725864@goldmark.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <682271DA-A9C3-48E0-A18E-8546A7725864@goldmark.org> User-Agent: Opera Mail/9.10 (Win32) X-Y-GMX-Trusted: 0 Cc: Subject: Re: CPUTYPE for VIA EPIA M-Series Mini-ITX 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: Thu, 15 Mar 2007 10:02:24 -0000 On Thu, 15 Mar 2007 02:44:21 +0100, Jeffrey Goldberg = wrote: > I have one of these > > CPU: VIA C3 Nehemiah (999.52-MHz 686-class CPU) > Origin =3D "CentaurHauls" Id =3D 0x691 Stepping =3D 1 > Features=3D0x380b035 > > And 6.2-RELEASE p2 > > When I set CPUTYPE=3Dc3 in /etc/make.conf the world seemed to build ju= st = > fine, but (at least) gcc ended up broken. Most compiling attempts aft= er = > that ended up with gcc reporting an internal error. > > Does anyone have a similar system? And what CPUTYPE or local tuning d= o = > you recommend? I have a Via Epia PD10000 with the same CPU and use: CPUTYPE=3D i686 Although it does not seem to be mentioned in = /usr/share/examples/etc/make.conf anymore (afaik i686=3D=3Dpentiumpro), it works just fine. Andreas