From owner-freebsd-current@FreeBSD.ORG Wed Apr 23 05:19:10 2003 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 5C78237B401 for ; Wed, 23 Apr 2003 05:19:10 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFAA543FDD for ; Wed, 23 Apr 2003 05:19:09 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h3NCJ9dP011853 for ; Wed, 23 Apr 2003 05:19:09 -0700 (PDT) Received: from mac.com ([67.33.225.211]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id HDSQ7W00.B21; Wed, 23 Apr 2003 05:19:08 -0700 Date: Wed, 23 Apr 2003 07:19:08 -0500 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: David Leimbach From: David Leimbach In-Reply-To: <882B177C-753C-11D7-953D-0003937E39E0@mac.com> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-current@freebsd.org Subject: Re: Makefile in /usr/src/lib/libdisk WARNS change? PLEASE READ! 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: Wed, 23 Apr 2003 12:19:10 -0000 On Tuesday, April 22, 2003, at 10:34 PM, David Leimbach wrote: >> >> >> This just struck me as a possibility also about 20 seconds ago :) >> >> Here it is: [comments stripped] >> CPUTYPE?=athlon-mp >> CFLAGS= -pipe -msse -m3dnow >> MAKE_IDEA=YES >> >> I am now changing CFLAGS to simply "-pipe" to see what happens. >> > > And that had no affect it seems on the problem whatsoever. > Well I must be going freaking blind or something... There is a warning in make.conf [in the default one anyway] right above the CFLAGS settings that says I can't count on things working with better than -O optimization. Serves me right I guess. :P I'll make sure I have an /etc/make.conf with the comments intact so I don't do that again. > >> Dave >