From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 01:52:08 2011 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 0D714106566B for ; Sun, 19 Jun 2011 01:52:08 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 91E028FC0C for ; Sun, 19 Jun 2011 01:52:07 +0000 (UTC) Received: by fxm11 with SMTP id 11so1285882fxm.13 for ; Sat, 18 Jun 2011 18:52:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uTeFK5IJE28BXDNkHCTaGacBX9iNEtQx5+sybUydi8A=; b=TiTdciH09vFhQGhcwWlpbbZgbE3rc3eQ2iOE+NF3YUEqtj3qY6pepWS5MkWV++sS8f XZgKgwFHsGoTdinAVBbEcd/GllfrqliOXHSM26UfuLFUueV1kkeJdMEWBZKyKifngVir kxHgvER9QvNJE+cnJUNWbfUPIP0p/21ghNsQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=k4lLBLM8VWTW9HqvOsBL3GZaXn6SxZhSfYCyYgc9oWk3b5YbwZYygpU353efa3l3FD s0zyhSOyeYQTeyeuOArRLEvqa8Sd7MH1/PegcjQAdZPYDZBt2YtfPQsMmBqNUml3nTNH x/2+tYxAZKed6a8JRD8J33yGJVXHD11+CSb6U= MIME-Version: 1.0 Received: by 10.223.43.145 with SMTP id w17mr4132071fae.12.1308448326413; Sat, 18 Jun 2011 18:52:06 -0700 (PDT) Received: by 10.223.74.198 with HTTP; Sat, 18 Jun 2011 18:52:06 -0700 (PDT) In-Reply-To: <20110619030510.f5e8f6b2.freebsd@edvax.de> References: <20110619003230.07fe7f64.freebsd@edvax.de> <20110619030510.f5e8f6b2.freebsd@edvax.de> Date: Sat, 18 Jun 2011 20:52:06 -0500 Message-ID: From: Adam Vande More To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Problems compiling 8-STABLE/amd64 system on Intel Core2 4300 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: Sun, 19 Jun 2011 01:52:08 -0000 On Sat, Jun 18, 2011 at 8:05 PM, Polytropon wrote: > Seems that neither "core" and "core2" are fully supported. Which > CPUTYPE should be used for Intel Core2 4300 then, or can it be > omitted without problems? > I've used core successfully for years. Did you clean any potential conflicts? What happens if you just comment out CPUTYPE for this run after the clean out? -- Adam Vande More