From owner-freebsd-current@FreeBSD.ORG Thu Oct 14 21:14:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64A6A16A4CE for ; Thu, 14 Oct 2004 21:14:46 +0000 (GMT) Received: from webmail.speakeasy.net (webmail2.speakeasy.net [216.254.0.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A9943D41 for ; Thu, 14 Oct 2004 21:14:46 +0000 (GMT) (envelope-from cscott@speakeasy.net) Received: (qmail 26932 invoked from network); 14 Oct 2004 21:14:45 -0000 Received: from localhost (HELO webmail2) ([127.0.0.1]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 14 Oct 2004 21:14:45 -0000 Received: from 199.181.134.212 (unverified [199.181.134.212]) by webmail2 (VisualMail 4.0) with WEBMAIL id 18206; Thu, 14 Oct 2004 21:14:45 +0000 From: cscott@speakeasy.net To: freebsd-current@freebsd.org Importance: Normal Sensitivity: Normal Message-ID: X-Mailer: Mintersoft VisualMail, Build 4.0.111601 X-Originating-IP: [199.181.134.212] Date: Thu, 14 Oct 2004 21:14:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: make.conf flags X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 21:14:46 -0000 Just to double check, I sent CPUTYPE=p4 in make.conf, but noticed during a make buildworld, make is running with -march=pentiumpro. Is that correct? TIA Casey