From owner-freebsd-stable@FreeBSD.ORG Tue Feb 14 03:25:27 2006 Return-Path: X-Original-To: freebsd-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 94D4016A420 for ; Tue, 14 Feb 2006 03:25:27 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDCD43D5C for ; Tue, 14 Feb 2006 03:25:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 4FA565C78; Mon, 13 Feb 2006 22:25:12 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80536-04; Mon, 13 Feb 2006 22:25:11 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-67-103.ny325.east.verizon.net [68.161.67.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 8418B5C27; Mon, 13 Feb 2006 22:25:11 -0500 (EST) Message-ID: <43F14DA3.8070602@mac.com> Date: Mon, 13 Feb 2006 22:25:23 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Vinny Abello References: <7.0.1.0.2.20060213212221.04c7da20@tellurian.com> <43F14537.8080907@mac.com> <7.0.1.0.2.20060213220336.08433b78@tellurian.com> <7.0.1.0.2.20060213221518.08c60e10@tellurian.com> In-Reply-To: <7.0.1.0.2.20060213221518.08c60e10@tellurian.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-stable@freebsd.org Subject: Re: clock reverts to epoch on boot? 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: Tue, 14 Feb 2006 03:25:27 -0000 Vinny Abello wrote: [ ... ] > Nevermind. I just answered my own question. I should have RTFM more > carefully. :) :-) > If CPUTYPE is defined in your /etc/make.conf, make sure to use the > "?=" instead of the "=" assignment operator, so that buildworld can > override the CPUTYPE if it needs to. > > I am thinking if I change to > > CPUTYPE?=pentium4 > > I will be ok. Does that sound correct or am I still barking up the wrong > tree? If you weren't having any problems, feel free to experiment. Since you don't gain much by using the machine-specific compiler optimizations for the kernel, it is worth turning them off to see whether the resulting kernel still has the same problem... -- -Chuck